working on calendar.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
:url "http://example.com/FIXME"
|
||||
:min-lein-version "2.0.0"
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[org.clojure/clojurescript "1.10.238"]
|
||||
[compojure "1.6.0"]
|
||||
[kibu/pushy "0.3.8"]
|
||||
[bidi "2.1.2"]
|
||||
@@ -85,6 +86,11 @@
|
||||
:source-map-timestamp true
|
||||
:preloads [devtools.preload]
|
||||
:external-config {:devtools/config {:features-to-install :all}}
|
||||
:foreign-libs [{ :file "node_modules/bulma-calendar/dist/bulma-calendar.js"
|
||||
:provides ["bulma-calendar.core"]
|
||||
:module-type :commonjs}]
|
||||
:install-deps true
|
||||
:infer-externs true
|
||||
}}
|
||||
|
||||
{:id "min"
|
||||
|
||||
Reference in New Issue
Block a user