From 4a60c22731c2640179f7bce6efe4eca58536d4d9 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 19 Oct 2016 13:26:55 +0100 Subject: [PATCH] Still nothing working yet. --- externs.js | 1 + project.clj | 9 ++++++--- src/cljs/youyesyet/core.cljs | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/externs.js b/externs.js index 7588834..b190e01 100644 --- a/externs.js +++ b/externs.js @@ -9,3 +9,4 @@ var L = { "addTo": function(){} } }; + diff --git a/project.clj b/project.clj index 39931cc..3983bb0 100644 --- a/project.clj +++ b/project.clj @@ -57,9 +57,12 @@ [lein-bower "0.5.1"] [lein-less "1.7.5"]] - :bower-dependencies [[bootstrap "2.3.1"] - [font-awesome "3.2.1"] - [leaflet "0.7.3"]] + :bower-dependencies [ + ;; Problem with using boostrap and font-awsome from Bower: neither + ;; of the distributed packages compile cleanly with less :-( + ;; [bootstrap "2.3.1"] + ;; [font-awesome "3.2.1"] + [leaflet "0.7.3"]] :cucumber-feature-paths ["test/clj/features"] diff --git a/src/cljs/youyesyet/core.cljs b/src/cljs/youyesyet/core.cljs index 6438006..f6f5717 100644 --- a/src/cljs/youyesyet/core.cljs +++ b/src/cljs/youyesyet/core.cljs @@ -30,6 +30,7 @@ [:a.navbar-brand {:href "#/"} "youyesyet"] [:ul.nav.navbar-nav [nav-link "#/" "Home" :home collapsed?] + [nav-link "#/map" "Map" :home collapsed?] [nav-link "#/about" "About" :about collapsed?]]]])) (defn about-page []