From a786fce92666d291002c057a37b0f907fc3cf4d7 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 12 Jun 2018 13:13:25 -0700 Subject: [PATCH] adding bulma. --- project.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project.clj b/project.clj index b4a4c3ec..ebb001e5 100644 --- a/project.clj +++ b/project.clj @@ -98,6 +98,9 @@ :jar true :compiler {:main auto-ap.core :output-to "resources/public/js/compiled/app.js" + :foreign-libs [{ :file "node_modules/bulma-calendar/dist/bulma-calendar.js" + :provides ["bulma-calendar.core"] + :module-type :commonjs}] :optimizations :advanced :closure-defines {goog.DEBUG false} :pretty-print false}}