Skip to content

Commit

Permalink
use latest lein-figwheel 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Oct 3, 2017
1 parent e05a159 commit af96fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
[org.clojure/clojurescript "1.9.542"]
$INTERFACE_DEPS$]
:plugins [[lein-cljsbuild "1.1.4"]
[lein-figwheel "0.5.14-SNAPSHOT"]]
[lein-figwheel "0.5.14"]]
:clean-targets ["target/" #_($PLATFORM_CLEAN$)]
:aliases {"prod-build" ^{:doc "Recompile code with prod profile."}
["do" "clean"
["with-profile" "prod" "cljsbuild" "once"]]
"advanced-build" ^{:doc "Recompile code for production using :advanced compilation."}
["do" "clean"
["with-profile" "advanced" "cljsbuild" "once"]]}
:profiles {:dev {:dependencies [[figwheel-sidecar "0.5.14-SNAPSHOT"]
:profiles {:dev {:dependencies [[figwheel-sidecar "0.5.14"]
[com.cemerick/piggieback "0.2.1"]]
:source-paths ["src" "env/dev"]
:cljsbuild {:builds [
Expand Down

0 comments on commit af96fdd

Please sign in to comment.