Skip to content

Commit

Permalink
Add jquery.easing.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Jun 4, 2021
1 parent 221ceef commit c722af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions view/base/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ var config = {

map: {
'*': {
'easing': 'magepow/easing',
'slick': 'magepow/slick',
'gridSlider': 'magepow/grid-slider',
},
},

paths: {
'magepow/easing' : 'Magepow_Core/js/plugin/jquery.easing.min',
'magepow/slick' : 'Magepow_Core/js/plugin/slick.min',
'magepow/grid-slider' : 'Magepow_Core/js/grid-slider',
},

shim: {
'magepow/easing': {
deps: ['jquery']
},
'magepow/slick': {
deps: ['jquery']
}
Expand Down
1 change: 1 addition & 0 deletions view/base/web/js/plugin/jquery.easing.min.js

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

0 comments on commit c722af0

Please sign in to comment.