Skip to content

Commit c92face

Browse files
project.clj: zap redundant comment
It's explained in more detail in the readme.
1 parent a49617e commit c92face

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project.clj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111

1212
:generated-paths ["target"]
1313

14-
:profiles {;; to use figwheel-main
15-
;; run `lein fig` and then open browser at
16-
;; http://localhost:9500/figwheel-extra-main/auto-testing
17-
:dev {:dependencies [[com.bhauman/figwheel-main "0.2.0"]
14+
:profiles {:dev {:dependencies [[com.bhauman/figwheel-main "0.2.0"]
1815
[com.bhauman/rebel-readline-cljs "0.1.4"]
1916
[compojure "1.6.1"]]
2017
:source-paths ["src" "dev"]

0 commit comments

Comments
 (0)