Pull bootstrap via npm instead of bower.

This commit is contained in:
László Monda
2016-03-22 21:27:35 +01:00
parent 6952b554c9
commit 5365ac9229
13 changed files with 10 additions and 311 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="bower_components/select2/dist/css/select2.min.css" rel="stylesheet" type="text/css" />
<link href="css/macro.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
@@ -96,9 +96,9 @@ 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="bower_components/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="macro.js"></script>
<script type="text/javascript" src="macro.js"></script>
</body>
</html>