mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32: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
|
// JS
|
||||||
|
|
||||||
var JS_LIBS = [
|
var JS_LIBS = [
|
||||||
'./node_modules/jquery/jquery.js',
|
'./node_modules/jquery/dist/jquery.js',
|
||||||
'./node_modules/bootstrap/dist/js/bootstrap.js'
|
'./node_modules/bootstrap/dist/js/bootstrap.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user