agourlay / post-on-my-fridge

Fun content platform built with Akka and Ember.js
Apache License 2.0
21 stars 4 forks source link

Minify and bundle js/css files. #22

Closed agourlay closed 12 years ago

agourlay commented 12 years ago

9 js scripts to combine. 4 css to combine.

Would be easier with maven support. Use Google closure compiler for javascript file. http://code.google.com/p/closure-compiler/

Use Maven Minify Plugin for the css files. http://maven-samaxes-plugin.googlecode.com/svn/sites/maven-minify-plugin/usage.html

agourlay commented 12 years ago

done with gradle's plugins