Added lein-bower in an attempt to bring javascript resources into auto-build control.
This commit is contained in:
parent
1b5c36a2b0
commit
a6e9e58f6e
|
@ -52,7 +52,13 @@
|
|||
[migratus-lein "0.4.2"]
|
||||
[org.clojars.punkisdead/lein-cucumber "1.0.5"]
|
||||
[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"]
|
||||
|
||||
:uberwar
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<title>Welcome to youyesyet</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id="app">
|
||||
<div class="container-fluid">
|
||||
<div class="card-deck">
|
||||
|
@ -29,8 +29,8 @@
|
|||
</div>
|
||||
|
||||
<!-- scripts and styles -->
|
||||
{% style "/assets/bootstrap/css/bootstrap.min.css" %}
|
||||
{% style "/assets/font-awesome/css/font-awesome.min.css" %}
|
||||
{% style "/vendor/bootstrap/css/bootstrap.min.css" %}
|
||||
{% style "/vendor/font-awesome/css/font-awesome.min.css" %}
|
||||
{% style "/css/screen.css" %}
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue