-
Notifications
You must be signed in to change notification settings - Fork 15
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
1.6.0: gulp icons
crashes, Gulp 3 incompatible with Node 12
#85
Comments
After
|
While I have Gulpfile now working with Gulp 4, I can see PR to this probably has to work with vaadin/vaadin-component-dev-dependencies#3 |
lkraav
added a commit
to conversionxl/vaadin-lumo-styles
that referenced
this issue
Jun 15, 2020
Fix vaadin#85 * gulp-^4.0.0 is provided by @vaadin/vaadin-component-dev-dependencies-^2.0.0 * .eslintrc.json: `async` functions require `parserOptions.ecmaVersion = 8` * Gulpfile: Gulp 4 task architecture uses `gulp.series()` and `.parallel()` async strategy We use `.parallel()` only for lint tasks operating on distinct file sets * Gulpfile: add simple `.on('error')` report callbacks to task pipelines missing such, avoid `events.js unhandled 'error' event` warnings if any pipeline reports errors * Gulpfile: on Linux, `base64` requires explicit `-w 0` to disable line wrapping @todo Not sure why `font-icons.html` output produces a reverse of unicode characters for `--lumo-icons-eye` vs `--lumo-icons-eye-disabled` Is the original commit faulty perhaps? @todo Test for vaadin#66
2 tasks
lkraav
added a commit
to conversionxl/vaadin-lumo-styles
that referenced
this issue
Jun 15, 2020
Fix vaadin#85 * gulp-^4.0.0 is provided by @vaadin/vaadin-component-dev-dependencies-^2.0.0 * .eslintrc.json: `async` functions require `parserOptions.ecmaVersion = 8` * Gulpfile: Gulp 4 task architecture uses `gulp.series()` and `.parallel()` async strategy We use `.parallel()` only for lint tasks operating on distinct file sets * Gulpfile: add simple `.on('error')` report callbacks to task pipelines missing such, avoid `events.js unhandled 'error' event` warnings if any pipeline reports errors * Gulpfile: on Linux, `base64` requires explicit `-w 0` to disable line wrapping @todo Not sure why `font-icons.html` output produces a reverse of unicode characters for `--lumo-icons-eye` vs `--lumo-icons-eye-disabled`. Is the original commit faulty perhaps? @todo Test for vaadin#66
lkraav
added a commit
to conversionxl/vaadin-lumo-styles
that referenced
this issue
Jun 15, 2020
Fix vaadin#85 * gulp-^4.0.0 is provided by @vaadin/vaadin-component-dev-dependencies-^2.0.0 * .eslintrc.json: `async` functions require `parserOptions.ecmaVersion = 8` * Gulpfile: Gulp 4 task architecture uses `gulp.series()` and `.parallel()` async strategy We use `.parallel()` only for lint tasks operating on distinct file sets * Gulpfile: add simple `.on('error')` report callbacks to task pipelines missing such, avoid `events.js unhandled 'error' event` warnings if any pipeline reports errors * Gulpfile: on Linux, `base64` requires explicit `-w 0` to disable line wrapping TODO Not sure why `font-icons.html` output produces a reverse of unicode characters for `--lumo-icons-eye` vs `--lumo-icons-eye-disabled`. Is the original commit faulty perhaps? TODO Test for vaadin#66
web-padawan
pushed a commit
to vaadin/web-components
that referenced
this issue
Mar 3, 2021
Fixes: vaadin/vaadin-lumo-styles#85 * gulp-^4.0.0 is provided by @vaadin/vaadin-component-dev-dependencies-^2.0.0 * .eslintrc.json: `async` functions require `parserOptions.ecmaVersion = 8` * Gulpfile: Gulp 4 task architecture uses `gulp.series()` and `.parallel()` async strategy We use `.parallel()` only for lint tasks operating on distinct file sets * Gulpfile: add simple `.on('error')` report callbacks to task pipelines missing such, avoid `events.js unhandled 'error' event` warnings if any pipeline reports errors * Gulpfile: on Linux, `base64` requires explicit `-w 0` to disable line wrapping TODO Not sure why `font-icons.html` output produces a reverse of unicode characters for `--lumo-icons-eye` vs `--lumo-icons-eye-disabled`. Is the original commit faulty perhaps? TODO Test for vaadin/vaadin-lumo-styles#66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
The text was updated successfully, but these errors were encountered: