yuguo / gulp-import-css

Import several css files into a single file
MIT License
15 stars 6 forks source link

remove gulp-util #9 #10

Open deavial opened 6 years ago

deavial commented 6 years ago

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.