forked from firelab/behave-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.cljs.edn
More file actions
18 lines (18 loc) · 821 Bytes
/
dev.cljs.edn
File metadata and controls
18 lines (18 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
^{:extra-main-files {:testing {:main behave.test-runner}}
:css-dirs ["bases/behave_components/resources/public/css"
"projects/behave/resources/public/css"]
:watch-dirs ["projects/behave/src/cljs"
"projects/behave/test/cljs"
"bases/behave_components/src"]
:ring-server-options {:port 8081 :join? false}
:ring-handler behave.handlers/development-app
:open-url "http://localhost:8081/worksheets"
:clean-outputs true}
{:main "behave.client"
:output-dir "projects/behave/resources/public/cljs/"
:output-to "projects/behave/resources/public/cljs/app.js"
:asset-path "/cljs"
:preloads [re-frisk.preload]
:source-map true
:optimizations :none
:pretty-print true}