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}}