Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play 2 Css / JS minifiaction and concatenation

is there some built-in tools or plugins to keeping all my page-scripts in one file? I found some topics in play mail list, but all of them has no answer to this question.

Moreover there is google closure compiler somewhere deep, but looks like that nobody except framework developers don't really know about how to make it work.

Any way, it will be pretty if there are some tools which able at least to concatenate all my css together in one file.

like image 862
Alex Povar Avatar asked Oct 02 '12 06:10

Alex Povar


1 Answers

Did you read the documentation for Closure? It says:

Any JavaScript file present in 'app/assets' will be parsed by Google Closure compiler, checked for errors and dependencies and minified if activated in the build configuration.

Note: I didn't check it.

like image 82
biesior Avatar answered Jan 01 '23 11:01

biesior