Still nothing working yet.
This commit is contained in:
parent
58db251505
commit
4a60c22731
|
@ -9,3 +9,4 @@ var L = {
|
|||
"addTo": function(){}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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 []
|
||||
|
|
Loading…
Reference in a new issue