Fetch Sortable via npm instead of Bower.
This commit is contained in:
1249
bower_components/Sortable/Sortable.js
vendored
1249
bower_components/Sortable/Sortable.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script src="bower_components/Sortable/Sortable.js"></script>
|
<script src="node_modules/sortablejs/Sortable.js"></script>
|
||||||
<script src="node_modules/handlebars/dist/handlebars.js"></script>
|
<script src="node_modules/handlebars/dist/handlebars.js"></script>
|
||||||
<script src="app.js"></script>
|
<script src="app.js"></script>
|
||||||
<script src="macro.js"></script>
|
<script src="macro.js"></script>
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||||||
|
|
||||||
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script src="bower_components/Sortable/Sortable.js"></script>
|
<script src="node_modules/sortablejs/Sortable.js"></script>
|
||||||
<script type="text/javascript" src="macro.js"></script>
|
<script src="macro.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"font-awesome": "^4.5.0",
|
"font-awesome": "^4.5.0",
|
||||||
"handlebars": "^4.0.5",
|
"handlebars": "^4.0.5",
|
||||||
"jquery": "^2.2.2",
|
"jquery": "^2.2.2",
|
||||||
"select2": "^4.0.2"
|
"select2": "^4.0.2",
|
||||||
|
"sortablejs": "^1.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user