john-bernardo1 / sbt-closure

sbt-web plugin with Google Closure Compiler integration
MIT License
4 stars 8 forks source link

--js-output-file not supported #4

Open alexflav23 opened 9 years ago

alexflav23 commented 9 years ago

It seems that in the plugin code you are stripping away the most useful feature of the entire compiler, for reasons unknown. How can an app be minified to a single file or a one file per module approach?

Both features are made possible by the compiler with the Google Closure Library and Angular.

magnusart commented 8 years ago

I'm using sbt-filter + sbt-concat plugins as a workaround, both for Javascript and CSS.