asual / lesscss-servlet

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

Only recompile LessResources when the file has been updated. #24

Closed scottadamsmith closed 10 years ago

scottadamsmith commented 10 years ago

See my comments on issue https://github.com/asual/lesscss-servlet/issues/15. This update restores the ability for LessResources to be cached until their LastModified (or the LastModified of any of their imports) changes. This difference is only recognizable when the cache option is set to false.