Skip to content

Commit

Permalink
Add buster_runner.sh to the notify-command option of cljsbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Nov 28, 2012
1 parent 28516ca commit e29eeee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Expand Up @@ -27,6 +27,7 @@ programming."
;;;
{:id "browser-test"
:source-path "test/cljs"
:notify-command ["buster_runner.sh"]
:compiler
{:externs ["externs/buster.js"]
:libraries ["resources/js/dalap_core_dev.js"]
Expand All @@ -36,6 +37,7 @@ programming."
;;;
{:id "node-test"
:source-path "test/cljs"
:notify-command ["buster_runner.sh"]
:compiler
{:externs ["externs/buster.js"]
:libraries ["resources/js/dalap_core_dev.js"]
Expand All @@ -45,9 +47,10 @@ programming."
;;;
{:id "browser-test-optimized"
:source-path "test/cljs"
:notify-command ["buster_runner.sh"]
:compiler
{:externs ["externs/buster.js"]
:libraries ["resources/js/dalap_core_dev.js"] ;; ["src/cljs"]
:libraries ["resources/js/dalap_core_dev.js"]
:output-to "resources/js/dalap_core_browser_test_optimized.js"
:optimizations :advanced}}
]}
Expand Down

0 comments on commit e29eeee

Please sign in to comment.