Skip to content

Commit

Permalink
rm runtime mode & merge configs
Browse files Browse the repository at this point in the history
  • Loading branch information
roman01la committed Jul 12, 2018
1 parent c541dff commit 2a1d9b9
Show file tree
Hide file tree
Showing 10 changed files with 551 additions and 148 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ pom.xml.asc
.\#*
out/
resources/
node_modules
figwheel_server.log
9 changes: 9 additions & 0 deletions example/dev/user.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(ns user
(:require [figwheel-sidecar.repl-api :as f]))

(defn start! [id]
(f/start-figwheel! id)
(f/cljs-repl))

(defn stop! []
(f/stop-figwheel!))
Loading

0 comments on commit 2a1d9b9

Please sign in to comment.