Open holyjak opened 6 years ago
Thanks for the heads up. Not sure what causes the resources to be recompiled when the files haven't changed assuming this happens while watching for changes during development. The watcher logic is here.
If the recompilation happens when using a build hook that might be due to lein task being run multiple times.
Hello! Thank you for this plugin!
However we experience one issue with it: it seems to get into a loop sometimes, minifying repeatedly even though the source file has not changed:
You see the input file size is unchanged. While this was running, I also confirmed its timestamp has not changed in the meantime:
Any idea what could be the issue?
Context
Config in
project.clj
:System:
Thank you!