Hoplon and Javelin plugins
This commit is contained in:
parent
f63d50215d
commit
0d9792abc9
8 changed files with 55 additions and 5 deletions
9
plugins/hoplon/src/scittle/hoplon.cljs
Normal file
9
plugins/hoplon/src/scittle/hoplon.cljs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(ns scittle.hoplon
|
||||
{:no-doc true}
|
||||
(:require [sci.configs.hoplon.hoplon :refer [config]]
|
||||
[scittle.core :as scittle]))
|
||||
|
||||
(defn init []
|
||||
(scittle/register-plugin!
|
||||
::hoplon
|
||||
config))
|
||||
9
plugins/hoplon/src/scittle_plugin.edn
Normal file
9
plugins/hoplon/src/scittle_plugin.edn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[{:name scittle/hoplon
|
||||
:namespaces [hoplon.core
|
||||
hoplon.dom]
|
||||
:js "./scittle.hoplon.js"
|
||||
:shadow-config
|
||||
{:modules
|
||||
{:scittle.hoplon {:init-fn scittle.hoplon/init
|
||||
:depends-on #{:scittle :scittle.javelin}
|
||||
:entries [hoplon.core hoplon.goog]}}}}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue