Reference non-minified files for dev builds
This commit is contained in:
parent
1ac46a15ea
commit
48c2a301e3
22
client/dist/scripts.js
vendored
22
client/dist/scripts.js
vendored
File diff suppressed because one or more lines are too long
@ -9,18 +9,18 @@ var uglify = require('gulp-uglify');
|
|||||||
var paths = {
|
var paths = {
|
||||||
js: [
|
js: [
|
||||||
'./bower_components/underscore/underscore.js',
|
'./bower_components/underscore/underscore.js',
|
||||||
'./bower_components/handlebars/handlebars.min.js',
|
'./bower_components/handlebars/handlebars.js',
|
||||||
'./bower_components/jquery/dist/jquery.min.js',
|
'./bower_components/jquery/dist/jquery.js',
|
||||||
'./bower_components/fabric/dist/fabric.min.js',
|
'./bower_components/fabric/dist/fabric.js',
|
||||||
'./bower_components/tinycolor/tinycolor.js',
|
'./bower_components/tinycolor/tinycolor.js',
|
||||||
'./bower_components/bootstrap/dist/js/bootstrap.min.js',
|
'./bower_components/bootstrap/dist/js/bootstrap.js',
|
||||||
'./bower_components/bootstrap-select/dist/js/bootstrap-select.min.js',
|
'./bower_components/bootstrap-select/dist/js/bootstrap-select.js',
|
||||||
'./js/*.js'
|
'./js/*.js'
|
||||||
],
|
],
|
||||||
css: [
|
css: [
|
||||||
'./bower_components/bootstrap/dist/css/bootstrap.min.css',
|
'./bower_components/bootstrap/dist/css/bootstrap.css',
|
||||||
'./bower_components/bootstrap/dist/css/bootstrap-theme.min.css',
|
'./bower_components/bootstrap/dist/css/bootstrap-theme.css',
|
||||||
'./bower_components/bootstrap-select/dist/css/bootstrap-select.min.css',
|
'./bower_components/bootstrap-select/dist/css/bootstrap-select.css',
|
||||||
'./css/*.css'
|
'./css/*.css'
|
||||||
],
|
],
|
||||||
html: [
|
html: [
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<title>Reactive Search</title>
|
<title>Reactive Search</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<!-- inject:css -->
|
<!-- inject:css -->
|
||||||
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css">
|
||||||
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
|
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap-theme.css">
|
||||||
<link rel="stylesheet" href="/bower_components/bootstrap-select/dist/css/bootstrap-select.min.css">
|
<link rel="stylesheet" href="/bower_components/bootstrap-select/dist/css/bootstrap-select.css">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<!-- endinject -->
|
<!-- endinject -->
|
||||||
</head>
|
</head>
|
||||||
@ -164,12 +164,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- inject:js -->
|
<!-- inject:js -->
|
||||||
<script src="/bower_components/underscore/underscore.js"></script>
|
<script src="/bower_components/underscore/underscore.js"></script>
|
||||||
<script src="/bower_components/handlebars/handlebars.min.js"></script>
|
<script src="/bower_components/handlebars/handlebars.js"></script>
|
||||||
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
<script src="/bower_components/jquery/dist/jquery.js"></script>
|
||||||
<script src="/bower_components/fabric/dist/fabric.min.js"></script>
|
<script src="/bower_components/fabric/dist/fabric.js"></script>
|
||||||
<script src="/bower_components/tinycolor/tinycolor.js"></script>
|
<script src="/bower_components/tinycolor/tinycolor.js"></script>
|
||||||
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script src="/bower_components/bootstrap/dist/js/bootstrap.js"></script>
|
||||||
<script src="/bower_components/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
|
<script src="/bower_components/bootstrap-select/dist/js/bootstrap-select.js"></script>
|
||||||
<script src="/js/application.js"></script>
|
<script src="/js/application.js"></script>
|
||||||
<script src="/js/grapher.js"></script>
|
<script src="/js/grapher.js"></script>
|
||||||
<!-- endinject -->
|
<!-- endinject -->
|
||||||
|
Loading…
Reference in New Issue
Block a user