asual / lesscss-servlet

LESS Servlet - Runtime handling and optimization of less.js resources
http://www.asual.com/lesscss
Apache License 2.0
56 stars 15 forks source link

Merge Javascript in ResourceServlet #10

Closed arturnt closed 13 years ago

arturnt commented 13 years ago

Since the Javascript is already being minified would be great to be able to specify a couple of files and for them to get merged and minified together.

asual commented 13 years ago

This is already supported for both CSS and JS. Check how the com.asual.lesscss.ResourcePackage is utilized in the following class: https://github.com/asual/summer/blob/master/modules/lesspack/src/main/java/com/asual/summer/lesspack/HeadPackRenderer.java