Skip to content

Commit

Permalink
Merge pull request #1507 from /issues/1506
Browse files Browse the repository at this point in the history
Include full jQuery. Fixes #1506
  • Loading branch information
filipmatsman authored Feb 19, 2021
2 parents 7bd5c89 + 3e386f0 commit 6ed6054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Piranha.Manager/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6ed6054

Please sign in to comment.