lesscss-maven-plugin
lesscss-maven-plugin copied to clipboard
message "done" probably displayed through System.out
trafficstars
This message probably comes from the less compiler itself as I couldn't see it in CompileMojo.compileIfChanged()
[INFO] --- lesscss-maven-plugin:1.7.0.1.0:compile (default) @ myproject---
[INFO] Compiling LESS source: resources\style.less...
done
[INFO] Finished compilation to c:\projects\myproject\target\webapp in 593 ms
[INFO] Complete Less compile job finished in 609 ms
BTW, less is sometimes spelled LESS or Less...
the message seems to come from the end of the lessc-rhino-1.7.0.js script (lesscss-java).
maybe the console.log() should redirect to the currently used logging framework (slf4j).