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

fix gulp error on building dashboard #797

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

HiroyasuNishiyama
Copy link
Member

When building dashboard with gulp, uglify error occurs because justgage uses ES6 syntax.
This fix was attempted in Ver. 3.3.0, but was reverted in 3.3.1 due to a color picker problem. However, even the latest version doesn't seem to fix the color picker problem.
After investigating the issue, it seems that this is caused by the selective uglify processing by gulp-if changing the order of the files from the expected order.
So this PR tries to selectively apply the ES6 uglify process while preserving the file order.

@dceejay
Copy link
Member

dceejay commented Feb 26, 2023

Excellent - thanks

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.

2 participants