Still nothing working yet.
This commit is contained in:
parent
58db251505
commit
4a60c22731
|
@ -9,3 +9,4 @@ var L = {
|
||||||
"addTo": function(){}
|
"addTo": function(){}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -57,8 +57,11 @@
|
||||||
[lein-bower "0.5.1"]
|
[lein-bower "0.5.1"]
|
||||||
[lein-less "1.7.5"]]
|
[lein-less "1.7.5"]]
|
||||||
|
|
||||||
:bower-dependencies [[bootstrap "2.3.1"]
|
:bower-dependencies [
|
||||||
[font-awesome "3.2.1"]
|
;; 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"]]
|
[leaflet "0.7.3"]]
|
||||||
|
|
||||||
:cucumber-feature-paths ["test/clj/features"]
|
:cucumber-feature-paths ["test/clj/features"]
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
[:a.navbar-brand {:href "#/"} "youyesyet"]
|
[:a.navbar-brand {:href "#/"} "youyesyet"]
|
||||||
[:ul.nav.navbar-nav
|
[:ul.nav.navbar-nav
|
||||||
[nav-link "#/" "Home" :home collapsed?]
|
[nav-link "#/" "Home" :home collapsed?]
|
||||||
|
[nav-link "#/map" "Map" :home collapsed?]
|
||||||
[nav-link "#/about" "About" :about collapsed?]]]]))
|
[nav-link "#/about" "About" :about collapsed?]]]]))
|
||||||
|
|
||||||
(defn about-page []
|
(defn about-page []
|
||||||
|
|
Loading…
Reference in a new issue