Pull select2 via npm instead of bower. Fix some bootstrap resource links that I managed to screw up lately.

This commit is contained in:
László Monda
2016-03-22 22:43:03 +01:00
parent 9f87567cf6
commit adbf5a568d
7 changed files with 12 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<head>
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="bower_components/select2/dist/css/select2.min.css" rel="stylesheet">
<link href="node_modules/select2/dist/css/select2.min.css" rel="stylesheet">
<link href="css/macro.css" rel="stylesheet">
<meta charset="utf-8">
<title>Ultimate Hacking Keyboard - Agent mockups</title>