Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Disable merge_vars in Gruntfile uglify process #180

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

Timodie
Copy link

@Timodie Timodie commented Sep 11, 2024

merge_vars aggressively reuses variable names, which can lead to unexpected behavior or runtime errors in certain cases. It was introduced grunt-contrib-uglify 5.0.1 and it is now turned on by default. We are turning it off to ensure it does not break this project.

`merge_vars` aggressively reuses variable names, which can lead to
unexpected behavior or runtime errors in certain cases.
It was introduced grunt-contrib-uglify 5.0.1 and it is now turned on by default.
We are turning it off to ensure it does not break this project.
@coveralls
Copy link

Coverage Status

coverage: 18.386%. remained the same
when pulling eedfa7e on Timodie:taddai/turn-off-merge-vars
into 0f83898 on silvermine:master.

@kmuncie
Copy link

kmuncie commented Sep 19, 2024

This looks good to me. @onebytegone can you please merge?

@onebytegone onebytegone merged commit ee87f9b into silvermine:master Sep 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants