From c16ba62e45b91f428b166e6e32afe6005665a3a4 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 9 May 2017 14:20:11 +0100 Subject: [PATCH] Fix issue with jQuery having changed the paths the use in later versions --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ];