Hacker News new | ask | show | jobs
by allyourhorses 1812 days ago
Serious question for fashionistas.. which of the modern frameworks integrate 'properly' with Closure Compiler? Not just minification, but structured so the compilation/code removal/constant replacement/inlining/obfuscation steps work correctly.

I've seen a few with instructions to compile with Closure Compiler, but of the (approximately one) I've checked, the output was barely even minified, never mind optimized

2 comments

Pretty sure Angular and only Angular!
Well I'm sure React does too because Reagent uses it. And since it's a Clojurescript lib, it goes through Closure as part of compilation to JS. https://github.com/reagent-project/reagent/
I think ClojureScript + Reagent does.