diff --git a/core/Piranha.Manager/gulpfile.js b/core/Piranha.Manager/gulpfile.js index eb786a850..a38f762f1 100644 --- a/core/Piranha.Manager/gulpfile.js +++ b/core/Piranha.Manager/gulpfile.js @@ -117,7 +117,7 @@ var js = [ { name: "piranha-deps-dev.js", items: [ - "node_modules/jquery/dist/jquery.slim.js", + "node_modules/jquery/dist/jquery.js", "node_modules/popper.js/dist/umd/popper.js", "node_modules/bootstrap/dist/js/bootstrap.js", "node_modules/vue/dist/vue.js", @@ -132,7 +132,7 @@ var js = [ { name: "piranha-deps.js", items: [ - "node_modules/jquery/dist/jquery.slim.js", + "node_modules/jquery/dist/jquery.js", "node_modules/popper.js/dist/umd/popper.js", "node_modules/bootstrap/dist/js/bootstrap.js", "node_modules/vue/dist/vue.min.js",