mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Add bootstrap and jquery to gulp build
Currently we aren't using gulp-sass, but we are making use of the JS concat
This commit is contained in:
@@ -44,8 +44,7 @@ gulp.task('watch', function () {
|
||||
// JS
|
||||
|
||||
var JS_LIBS = [
|
||||
'./node_modules/jquery/dist/jquery.js',
|
||||
'./node_modules/tether/dist/js/tether.js',
|
||||
'./node_modules/jquery/jquery.js',
|
||||
'./node_modules/bootstrap/dist/js/bootstrap.js'
|
||||
];
|
||||
|
||||
@@ -63,6 +62,6 @@ gulp.task('js_lib', function () {
|
||||
|
||||
// Frontend tasks
|
||||
gulp.task('frontend', [
|
||||
'css',
|
||||
// 'css',
|
||||
'js_lib'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user