Replaces CDN dependency of Bootstrap with bower (can now code on train).

Also darktheme
This commit is contained in:
gloriousCode
2017-03-27 18:25:52 +11:00
parent 8d2551e13a
commit 5ec711aac0
3 changed files with 18 additions and 6 deletions

11
web/app/darktheme.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -16,16 +16,16 @@
<link rel="stylesheet" href="/bower_components/html5-boilerplate/dist/css/main.css">
<link rel="stylesheet" href="/bower_components/angular-ui-notification/dist/angular-ui-notification.min.css">
<link rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/darktheme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar navbar-inverse" role="navigation">
<nav class="navbar navbar-default navbar-fixed-top navbar" role="navigation">
<div class="container-fluid">
<div class="navbar-header">

View File

@@ -12,6 +12,7 @@
"angular-mocks": "~1.5.0",
"html5-boilerplate": "^5.3.0",
"angular-ui-notification":"latest",
"angular-websocket":"2.0.0"
"angular-websocket":"2.0.0",
"bootstrap":"3.3.7"
}
}