mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +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]
|
:hooks [leiningen.cljsbuild]
|
||||||
|
|
||||||
:profiles {:dev {:cljsbuild
|
:profiles {:dev {:cljsbuild
|
||||||
{:builds {:client {:source-paths ["devsrc"]
|
{:builds {:client {:figwheel {:on-jsload "simple.core/run"}
|
||||||
:compiler {:main "simple.dev"
|
:compiler {:main "simple.core"
|
||||||
:asset-path "js"
|
:asset-path "js"
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:source-map true
|
:source-map true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user