🎉 Migrate from figwheel to shadow-cljs.

This commit is contained in:
Andrey Antukh 2020-03-29 14:33:54 +02:00 committed by Alonso Torres
parent 7d0037bfaa
commit f7bfc4d135
47 changed files with 2021 additions and 41065 deletions

View file

@ -7,7 +7,7 @@
;;
;; Copyright (c) 2020 UXBOX Labs SL
(ns ^:figwheel-hooks uxbox.main
(ns uxbox.main
(:require
[cljs.spec.alpha :as s]
[beicon.core :as rx]
@ -80,7 +80,7 @@
(mf/unmount (dom/get-element "loader"))
(init-ui))
(defn ^:after-load after-load
(defn ^:dev/after-load after-load
[]
(when (= "main" (unchecked-get js/window app-sym))
(reinit)))