cljsjs / boot-cljsjs

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

Sanity check task #40

Closed Deraen closed 6 years ago

Deraen commented 8 years ago

Some rules we could check during the build:

Deraen commented 6 years ago

Validate-libs task runs foreign-libs through Closure, and this should catch missing files and JS syntax problems: https://github.com/cljsjs/boot-cljsjs/blob/master/src/cljsjs/boot_cljsjs/packaging.clj#L324