Fetch Sortable via npm instead of Bower.

This commit is contained in:
László Monda
2016-03-22 23:05:20 +01:00
parent e4263eec19
commit 91d3e85516
4 changed files with 5 additions and 1253 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -146,7 +146,7 @@
<script src="node_modules/jquery/dist/jquery.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="app.js"></script>
<script src="macro.js"></script>

View File

@@ -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/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/Sortable/Sortable.js"></script>
<script type="text/javascript" src="macro.js"></script>
<script src="node_modules/sortablejs/Sortable.js"></script>
<script src="macro.js"></script>
</body>
</html>

View File

@@ -20,6 +20,7 @@
"font-awesome": "^4.5.0",
"handlebars": "^4.0.5",
"jquery": "^2.2.2",
"select2": "^4.0.2"
"select2": "^4.0.2",
"sortablejs": "^1.4.2"
}
}