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

gulp-util is deprecated - replace it #9

Open
deavial opened this issue Mar 19, 2018 · 0 comments
Open

gulp-util is deprecated - replace it #9

deavial opened this issue Mar 19, 2018 · 0 comments

Comments

@deavial
Copy link

deavial commented Mar 19, 2018

gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

gutil.PluginError => https://www.npmjs.com/package/plugin-error

deavial added a commit to deavial/gulp-import-css that referenced this issue Mar 20, 2018
gulp-util was removed per gulps instructions. The following were replaced:

`gutil.File` => is now `vinyl`
`gutil.PluginError` => is now `plugin-error`

Additional updates included is updating `chai`, `eslint`, and `mocha` to current versions. As well as the removal of `ecmaFeatures` from `.eslintrc` as the configuration is no longer a valid option.

Unit test is passing.
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

No branches or pull requests

1 participant