Skip to content

Commit 46e4699

Browse files
committed
Step 8-9 - Add build configuration
1 parent 7d642c5 commit 46e4699

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

deps.edn

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@
77
com.bhauman/figwheel-main {:mvn/version "0.2.3"}}
88

99
:aliases
10-
{:dev {:main-opts ["-m" "cljs.main"
11-
"-ro" "{:static-dir,[\".\",\"out\",\"resources\"]}"
12-
"-w" "src"
13-
"-c" "tallex.time-dive"
14-
"-r"]}}}
10+
{:dev {:main-opts ["-m" "figwheel.main" "--build" "dev" "--repl"]}}}

dev.cljs.edn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
^{:watch-dirs ["src"]
2+
:css-dirs ["resources"]}
3+
{:main tallex.time-dive}

0 commit comments

Comments
 (0)