Skip to content

Commit 22e1228

Browse files
author
Gabriel Somoza
authored
Merge pull request #52 from AntonEvers/bundling-fix
Fix Bundling. Fixes #50 Fixes #39 Fixes #10.
2 parents 660dc44 + 9186baf commit 22e1228

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

view/frontend/requirejs-config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ var config = {
1717
infinitescroll: 'Strategery_Infinitescroll/js/infinitescroll'
1818
}
1919
},
20-
paths: {
21-
jqueryIas: 'Strategery_Infinitescroll/js/jquery-ias.min'
22-
},
2320
shim : {
24-
jqueryIas: ['jquery']
21+
infinitescroll: ['jquery']
2522
}
2623
};

view/frontend/web/js/infinitescroll.js

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)