Skip to content

Commit

Permalink
Fixes #6453 Don't generate sourcemap for lazyload CSS min file (#6941)
Browse files Browse the repository at this point in the history
Co-authored-by: Gael Robin <[email protected]>
  • Loading branch information
remyperona and Miraeld authored Oct 4, 2024
1 parent 21c9f02 commit a8997d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion assets/js/lazyload-css.js.min.map

This file was deleted.

3 changes: 1 addition & 2 deletions assets/js/lazyload-css.min.js

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

1 change: 0 additions & 1 deletion assets/js/lazyload-css.min.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion src/js/gulp/tasks/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class gulpJs {
}

buildLazyloadCssMin() {
return this._compile( './src/js/custom/lazyload-css.js', 'lazyload-css', true, true );
return this._compile( './src/js/custom/lazyload-css.js', 'lazyload-css', true, false );
}

buildLcpBeacon() {
Expand Down

0 comments on commit a8997d9

Please sign in to comment.