Pull select2 via npm instead of bower. Fix some bootstrap resource links that I managed to screw up lately.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>Ultimate Hacking Keyboard Configurator</title>
|
||||
<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/app.css" rel="stylesheet">
|
||||
<link href="css/macro.css" rel="stylesheet">
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user