Pull select2 via npm instead of bower. Fix some bootstrap resource links that I managed to screw up lately.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<title>Ultimate Hacking Keyboard Configurator</title>
|
<title>Ultimate Hacking Keyboard Configurator</title>
|
||||||
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
<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="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/app.css" rel="stylesheet">
|
||||||
<link href="css/macro.css" rel="stylesheet">
|
<link href="css/macro.css" rel="stylesheet">
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
<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="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">
|
<link href="css/macro.css" rel="stylesheet">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^3.3.6",
|
"bootstrap": "^3.3.6",
|
||||||
"jquery": "^2.2.2"
|
"jquery": "^2.2.2",
|
||||||
|
"select2": "^4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="bower_components/node_modules/dist/css/bootstrap.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="style.css" rel="stylesheet">
|
<link href="style.css" rel="stylesheet">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
||||||
@@ -46,8 +46,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/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="bower_components/handlebars/handlebars.js"></script>
|
<script src="bower_components/handlebars/handlebars.js"></script>
|
||||||
<script src="bower_components/node_modules/dist/js/bootstrap.min.js"></script>
|
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script src="bower_components/select2/dist/js/select2.min.js"></script>
|
<script src="node_modules/select2/dist/js/select2.min.js"></script>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="bower_components/node_modules/dist/css/bootstrap.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="style.css" rel="stylesheet">
|
<link href="style.css" rel="stylesheet">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
<title>Ultimate Hacking Keyboard - Agent mockups</title>
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="bower_components/handlebars/handlebars.js"></script>
|
<script src="bower_components/handlebars/handlebars.js"></script>
|
||||||
<script src="bower_components/node_modules/dist/js/bootstrap.min.js"></script>
|
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script src="bower_components/select2/dist/js/select2.min.js"></script>
|
<script src="node_modules/select2/dist/js/select2.min.js"></script>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user