the-simian / gulp-concat-filenames

A simple gulp plugin to take a list of files, and rather than concatenating their contents into a singular file, you concat their file names into a file, with, template, prefix and suffix options
MIT License
4 stars 5 forks source link

Update to Gulp 4 #25

Closed exoego closed 2 years ago

exoego commented 4 years ago

Hmm, Travis is disabled on this repo?

the-simian commented 4 years ago

I don't recall explicitly disabling Travis, weird. I also haven't had a chance to test with gulp4, did you check this out? bummer you can't chain the tasks anymore

the-simian commented 4 years ago

Found out what was up with CI - Codeship was the service I was using and they 'disconnected' the repo on Dec31st (silently) so I just 'reconnected' it lets see if that makes CI work again. project is here: https://app.codeship.com/projects/42521

edit: looks like I set up travis as well https://travis-ci.org/github/the-simian/gulp-concat-filenames not sure why I did both I think I was comparing them at the time or something

the-simian commented 4 years ago

FYI here is your PR currently: https://travis-ci.org/github/the-simian/gulp-concat-filenames/builds/689953886

the PR build isn't passing, it seems

Edit: after a short investigation the primordials is not defined error is because node is too old, I need to upgrade node running CI to accommodate