Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix gulp error on building dashboard#797

Merged
dceejay merged 1 commit into
node-red:masterfrom
node-red-hitachi:fix-gulp-error
Feb 26, 2023
Merged

fix gulp error on building dashboard#797
dceejay merged 1 commit into
node-red:masterfrom
node-red-hitachi:fix-gulp-error

Conversation

@HiroyasuNishiyama

Copy link
Copy Markdown
Contributor

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

dceejay commented Feb 26, 2023

Copy link
Copy Markdown
Member

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