Added lein-bower in an attempt to bring javascript resources into auto-build control.

This commit is contained in:
Simon Brooke 2016-10-16 10:16:41 +01:00
parent 1b5c36a2b0
commit a6e9e58f6e
2 changed files with 10 additions and 4 deletions

View file

@ -52,7 +52,13 @@
[migratus-lein "0.4.2"] [migratus-lein "0.4.2"]
[org.clojars.punkisdead/lein-cucumber "1.0.5"] [org.clojars.punkisdead/lein-cucumber "1.0.5"]
[lein-cljsbuild "1.1.4"] [lein-cljsbuild "1.1.4"]
[lein-uberwar "0.2.0"]] [lein-uberwar "0.2.0"]
[lein-bower "0.5.1"]]
:bower-dependencies [[bootstrap "2.3.1"]
[font-awesome "3.2.1"]
[leaflet "0.7.3"]]
:cucumber-feature-paths ["test/clj/features"] :cucumber-feature-paths ["test/clj/features"]
:uberwar :uberwar

View file

@ -29,8 +29,8 @@
</div> </div>
<!-- scripts and styles --> <!-- scripts and styles -->
{% style "/assets/bootstrap/css/bootstrap.min.css" %} {% style "/vendor/bootstrap/css/bootstrap.min.css" %}
{% style "/assets/font-awesome/css/font-awesome.min.css" %} {% style "/vendor/font-awesome/css/font-awesome.min.css" %}
{% style "/css/screen.css" %} {% style "/css/screen.css" %}
<script type="text/javascript"> <script type="text/javascript">