cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

validate-checksums doesn't see files from minify task #56

Open Deraen opened 5 years ago

Deraen commented 5 years ago

checksum check doesn't see files from minify task, at least in certain situations.

boot package didn't see minified file boot package target worked correctly

Currently validate-checksums checks the fileset before running next-handler (i.e. pre-wrap) maybe it should first run other handlers and then do the check?