Skip to content

Commit c50bcdb

Browse files
committed
Added js libs;
jetty development/production configuration changes
1 parent 4f193ad commit c50bcdb

14 files changed

+47963
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/main/resources/webapp/Index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222

2323
<div toaster-container toaster-options="{'time-out': 3000, 'position-class': 'toast-bottom-right', 'newest-on-top': false}"></div>
2424

25+
<script src="libs/angular-1.2.7.js"></script>
26+
<script src="libs/d3-3.3.13.js"></script>
27+
<script src="libs/nv.d3-1.1.15-beta.js"></script>
28+
<script src="libs/angularjs-nvd3-directives-0.0.5-beta.js"></script>
29+
<link rel="stylesheet" href="stylesheets/nv.d3-1.1.15-beta.css"/>
30+
31+
<script src="scripts/app.js"></script>
32+
2533
<div class="container" ui-view=""></div>
2634
</body>
2735
</html>

0 commit comments

Comments
 (0)