diff --git a/gulpfile.js b/gulpfile.js index 87ac991f..276e3943 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' ];