Skip to content

Commit

Permalink
project: start using :reveal-url-script-path
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 4, 2017
1 parent 18eb3ec commit 3f6b149
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@
{:cljsbuild {:builds {:demo
{:source-paths ["src/shared"
"src/demo"]
:compiler {:output-to "resources/public/.compiled/demo/demo.js"
:output-dir "resources/public/.compiled/demo"
:asset-path ".compiled/demo"
:preloads [devtools.preload dirac.runtime.preload]
:main dirac-sample.demo
:optimizations :none
:source-map true}}}}}
:compiler {:output-to "resources/public/.compiled/demo/demo.js"
:output-dir "resources/public/.compiled/demo"
:asset-path ".compiled/demo"
:preloads [devtools.preload dirac.runtime.preload]
:main dirac-sample.demo
:external-config {:dirac.runtime/config {:nrepl-config {:reveal-url-script-path "scripts/reveal.sh"
;:reveal-url-request-handler (fn [config url line column]
; (str "ERR REPLY>" url))
}}}
:optimizations :none
:source-map true}}}}}

; --------------------------------------------------------------------------------------------------------------
:demo-advanced
Expand Down

0 comments on commit 3f6b149

Please # to comment.