mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 05:36:36 +02:00
🎉 Migrate from figwheel to shadow-cljs.
This commit is contained in:
parent
7d0037bfaa
commit
f7bfc4d135
47 changed files with 2021 additions and 41065 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue