Skip to content

Commit

Permalink
Merge pull request #52 from AntonEvers/bundling-fix
Browse files Browse the repository at this point in the history
Fix Bundling. Fixes #50 Fixes #39 Fixes #10.
  • Loading branch information
gsomoza authored Sep 10, 2019
2 parents 660dc44 + 9186baf commit 22e1228
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
5 changes: 1 addition & 4 deletions view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ var config = {
infinitescroll: 'Strategery_Infinitescroll/js/infinitescroll'
}
},
paths: {
jqueryIas: 'Strategery_Infinitescroll/js/jquery-ias.min'
},
shim : {
jqueryIas: ['jquery']
infinitescroll: ['jquery']
}
};
18 changes: 15 additions & 3 deletions view/frontend/web/js/infinitescroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22e1228

Please sign in to comment.