Open PavelGavlik opened 10 years ago
LESS compilation currently recompiles everything every time. This should not happen, only changed file should be recompiled. Ideally, coder workflow should stay the same (one main.less that includes other files)
Resources: https://github.com/less/less.js/blob/master/lib/less/browser.js https://github.com/less/less.js/issues/1530 http://jamesrdf.blogspot.cz/2012/06/running-lessjs-on-jvm-server.html http://adunkman.github.io/connect-assets/
Maybe https://github.com/jgable/gulp-cache could be used.
LESS compilation currently recompiles everything every time. This should not happen, only changed file should be recompiled. Ideally, coder workflow should stay the same (one main.less that includes other files)