Skip to content

Commit

Permalink
package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Heusschen committed Jan 17, 2021
1 parent 65e0328 commit cbda378
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 247 deletions.
2 changes: 1 addition & 1 deletion dist/mmenu-light.js

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

4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const jsPack = () => {
/*
$ gulp polyfills
*/
exports.polyfills = cb => {
const polyfills = cb => {
// Some polyfills might rely on others,
// therefor we include 'em in a fixed order.
return src([
Expand All @@ -95,7 +95,7 @@ const js = cb => {
/*
$ gulp
*/
exports.default = parallel(css, js);
exports.default = parallel(css, js, polyfills);

/*
$ gulp watch
Expand Down
Loading

0 comments on commit cbda378

Please sign in to comment.