Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Added packJavaScript task to default gulp task
Browse files Browse the repository at this point in the history
Date:      Thu Sep 9 16:05:12 2021 -0400
Committer: loktar00@gmail.com
  • Loading branch information
loktar00 authored and unknown committed Sep 9, 2021
1 parent e352647 commit 5c2c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ exports["min:js"] = min_js;
exports["min:css"] = min_css;
exports["min:html"] = min_html;
exports.compress = series(exports.min, packJavaScript, compress);
exports.default = series(clean, lint, exports.min);
exports.default = series(clean, lint, exports.min, exports.packJavaScript);

0 comments on commit 5c2c7e1

Please sign in to comment.