Trying to track down why we're seeing a version of the electors panel

which should no longer be there. Failing.
This commit is contained in:
Simon Brooke 2018-07-02 17:29:01 +01:00
parent 16af040537
commit e19e01d9be
6 changed files with 21 additions and 15 deletions

View file

@ -77,7 +77,7 @@
:npm {:dependencies [[datatables.net "1.10.19"]
[datatables.net-dt "1.10.19"]
[jquery "3.3.1"]
[leaflet "1.3.1"]
[leaflet "0.7.3"] ;; old version works, new ["1.3.1"] doesn't
[signature_pad "2.3.2"]]
:root "resources/public/js/lib"}
@ -139,8 +139,7 @@
[lein-figwheel "0.5.9"]
[org.clojure/clojurescript "1.9.495"]]
:cljsbuild
{:prep-tasks [["npm" "install"]]
:builds
{:builds
{:app
{:source-paths ["src/cljs" "src/cljc" "env/dev/cljs"]
:compiler
@ -159,8 +158,7 @@
(pjstadig.humane-test-output/activate!)]}
:project/test {:resource-paths ["env/test/resources"]
:cljsbuild
{:prep-tasks [["npm" "install"]]
:builds
{:builds
{:test
{:source-paths ["src/cljc" "src/cljs" "test/cljs"]
:compiler