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

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Ultimate Hacking Keyboard Configurator</title>
<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/app.css" rel="stylesheet" type="text/css" />
<link href="css/macro.css" rel="stylesheet" type="text/css">
@@ -145,7 +145,7 @@
</div>
<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="bower_components/handlebars/handlebars.js"></script>
<script src="app.js"></script>