mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Example - changed figwheel config
This commit is contained in:
parent
e09acf99fb
commit
999d4c332e
@ -1,7 +0,0 @@
|
||||
(ns simple.dev
|
||||
(:require [simple.core :as example]
|
||||
[figwheel.client :as fw]))
|
||||
|
||||
(fw/start {:on-jsload example/run
|
||||
:websocket-url "ws://localhost:3449/figwheel-ws"})
|
||||
|
@ -10,8 +10,8 @@
|
||||
:hooks [leiningen.cljsbuild]
|
||||
|
||||
:profiles {:dev {:cljsbuild
|
||||
{:builds {:client {:source-paths ["devsrc"]
|
||||
:compiler {:main "simple.dev"
|
||||
{:builds {:client {:figwheel {:on-jsload "simple.core/run"}
|
||||
:compiler {:main "simple.core"
|
||||
:asset-path "js"
|
||||
:optimizations :none
|
||||
:source-map true
|
||||
|
Loading…
x
Reference in New Issue
Block a user