Fix issue with jQuery having changed the paths the use in later versions

This commit is contained in:
Tom Price
2017-05-09 14:20:11 +01:00
parent cb2259ff1d
commit c16ba62e45

View File

@@ -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'
];