cljs-boilerplate
cljs-boilerplate copied to clipboard
Use lein to run the build script
Right now, running ant
in build/
is the way to compile and compact the resources needed for the app. Ideally, this would be done with a lein command. I want to avoid rewriting the build script as a lein plugin so that we can keep pace with the H5BP project. Is there a way to call ant build steps from lein?