In order to use this package you will need:
- multi-term-ext
- GNU Screen
- Install via el-get both multi-term and cljsbuild-mode
-
Add (require 'cljsbuild-mode) in your ~/.emacs.d/init.el file
-
Execute the M-x
cljsbuild-start
command on a leiningen project with cljsbuild installed on it (the same way you would executeclojure-jack-in
). This will open a new buffer with a shell running lein-cljsbuild auto. This new shell will actually be a screen session that you can access from any terminals by doing:
screen -R -DD -S cljsbuild
Whenever there is a failure or warning on a cljsbuild, the buffer will pop-up (this can be changed in settings).