The documentation states:
you can automatically run lein-dalap when you are running cljsbuild auto or once command, just by adding a :hooks to your project.clj file
Unfortunately, adding :hooks [leiningen.dalap] only seems to trigger lein-dalap once on start when running cljsbuild auto. Subsequent file changes trigger cljsbuild without dalap transformations.
Am I doing something wrong? It would be quite nice to avoid running yet another JVM for a lein plugin.
Thank you very much for lein-dalap; Clojure by default is really the sanest way to do a multi-platform preprocessor.