Closed jacquerie closed 5 years ago
Mh, build fails because of Node 0.12: https://travis-ci.org/dciccale/grunt-processhtml/jobs/449703786#L537 Should I drop this build?
Should I drop this build?
I did the bold thing and replaced all builds with the currently supported versions of Node according to https://github.com/nodejs/Release#release-schedule.
@dciccale friendly ping!
Looks like abandonware mate. You might want to fork it.
looks like good fix....
@lopis it is a bit abandoned yep. if you want to help let me know.
I've merged it without testing, I listened to all of you I hope doesn't break anything 😄 @jacquerie @digitalica
It's understandable. This is grunt we're talking about. Glad you're still on the case though :)
First commit fixes the build, since it's currently broken. Second commit switches from
lodash.cloneDeep
tolodash
in order to prevent a warning message bynpm audit
.