diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index a16f310..0000000 --- a/package-lock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "geocsv", - "version": "0.1.0-SNAPSHOT", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "leaflet": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.3.1.tgz", - "integrity": "sha512-adQOIzh+bfdridLM1xIgJ9VnJbAUY3wqs/ueF+ITla+PLQ1z47USdBKUf+iD9FuUA8RtlT6j6hZBfZoA6mW+XQ==" - } - } -} diff --git a/project.clj b/project.clj index bc0b0f7..fa8b919 100644 --- a/project.clj +++ b/project.clj @@ -13,7 +13,7 @@ [com.cognitect/transit-clj "0.8.319"] [compojure "1.6.1"] [cprop "0.1.15"] - [csv2edn "0.1.5"] + [csv2edn "0.1.6"] [day8.re-frame/http-fx "0.1.6"] [expound "0.8.3"] [funcool/struct "1.4.0"] @@ -43,7 +43,10 @@ [selmer "1.12.18"]] :min-lein-version "2.0.0" - :npm {:dependencies [[leaflet "1.3.1"]]} + :npm {:dependencies [[bulma "0.8.0"] + [leaflet "1.3.1"] + [material-design-icons "3.0.1"]] + :root "resources/public/js/lib/node_modules"} :source-paths ["src/clj" "src/cljs" "src/cljc"] :test-paths ["test/clj"] diff --git a/resources/html/error.html b/resources/html/error.html index fd31cc5..88103f7 100644 --- a/resources/html/error.html +++ b/resources/html/error.html @@ -4,7 +4,7 @@ Something Bad Happened - {% style "/assets/bulma/css/bulma.min.css" %} + {% style "/js/lib/node_modules/bulma/css/bulma.min.css" %}