Skip to content

Commit

Permalink
Prevent .map files from being packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mation committed Oct 20, 2021
1 parent 2b01d7c commit 50351fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function version() {
function packageFiles() {
return gulp.src([
'assets/dist/**/*',
'!assets/dist/**/*.map',
'vendor/**/*',
'core/**/*',
'rbm-field-helpers.php'
Expand Down

0 comments on commit 50351fc

Please sign in to comment.