We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928b3f6 commit 2b6c4c5Copy full SHA for 2b6c4c5
app/index.html
@@ -50,10 +50,6 @@
50
<!-- endbuild -->
51
52
53
- <!-- build:js scripts/main_analytics.js -->
54
- <script src="scripts/main.js"></script>
55
- <!-- endbuild -->
56
-
57
58
<script src="bower_components/sass-bootstrap/dist/js/bootstrap.min.js"></script>
59
<script src="bower_components/d3/d3.min.js"></script>
@@ -68,6 +64,10 @@
68
64
<script src="scripts/scatter.js"></script>
69
65
70
66
67
+ <!-- build:js scripts/main_analytics.js -->
+ <script src="scripts/main.js"></script>
+ <!-- endbuild -->
+
71
72
73
</body>
0 commit comments