mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix issue with jQuery having changed the paths the use in later versions
This commit is contained in:
@@ -44,7 +44,7 @@ gulp.task('watch', function () {
|
||||
// JS
|
||||
|
||||
var JS_LIBS = [
|
||||
'./node_modules/jquery/jquery.js',
|
||||
'./node_modules/jquery/dist/jquery.js',
|
||||
'./node_modules/bootstrap/dist/js/bootstrap.js'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user