Skip to content

Commit 09f4173

Browse files
committed
Shorten up preload namespace
1 parent 842fc89 commit 09f4173

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/powerlaces/boot_cljs_devtools.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(def ^:private deps '#{binaryage/devtools binaryage/dirac})
1111

1212
(defn- add-preloads! [in-file out-file]
13-
(let [preloads ['devtools.preload 'powerlaces.boot-cljs-devtools.dirac.preload]
13+
(let [preloads ['devtools.preload 'powerlaces.boot-cljs-devtools.preload]
1414
spec (-> in-file slurp read-string)]
1515
(when (not= :nodejs (-> spec :compiler-options :target))
1616
(util/info
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns powerlaces.boot-cljs-devtools.dirac.preload
1+
(ns powerlaces.boot-cljs-devtools.preload
22
(:require [dirac.runtime]))
33

44
(dirac.runtime/install!)

0 commit comments

Comments
 (0)