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

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>