Skip to content

Commit 5f07640

Browse files
authored
Merge pull request #340 from patternfly/esm-dot-min-dot-js
Minification of JS files and correcting sourcemaps.
2 parents 17e5fb5 + d734827 commit 5f07640

File tree

5 files changed

+404
-42
lines changed

5 files changed

+404
-42
lines changed

elements/pfe-icon/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ gulp.task("combineAndStuff", gulp.series("svgSprite", "stuffSprite"));
4747
// call the central gulp build, and pass in the custom tasks to be run pre-bundle
4848
gulpFactory({
4949
...pfelementPackage.pfelement,
50-
precompile: ["combineAndStuff"]
50+
prebundle: ["combineAndStuff"]
5151
});

0 commit comments

Comments
 (0)