gulp-community / gulp-footer

Gulp extension to add a footer to file(s) in the pipeline
MIT License
9 stars 9 forks source link

Remove deprecated gulp-util #5

Closed simonua closed 6 years ago

simonua commented 6 years ago

Resolves #4

Rather than picking the latest available versions, I chose a safe upgrade path by using the same versions the previously-referenced gulp-util@3.0.8 used. I also brought in the existing template.js from gulp-util and annotated it with a comment. npm test passed for everything.

This PR could either be merged in to preserve the status quote after gulp-util is removed, followed by a subsequent PR to update versions, if desired, or the PR could be improved to also update the versions right away. I defer this decision to @tracker1.

simonua commented 6 years ago

@tracker1, travis tests are failing. Very old versions of node are used.

simonua commented 6 years ago

@tracker1, please merge #6 first, which should fix the Travis CI failures.

simonua commented 6 years ago

@tracker1, would you be able to merge this after merging #6, please? Thank you!