dciccale / grunt-processhtml

Process html files at build time to modify them depending on the release environment
MIT License
407 stars 30 forks source link

Use recent lodash to prevent warning #119

Closed jacquerie closed 5 years ago

jacquerie commented 5 years ago

First commit fixes the build, since it's currently broken. Second commit switches from lodash.cloneDeep to lodash in order to prevent a warning message by npm audit.

jacquerie commented 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?

jacquerie commented 5 years ago

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.

jacquerie commented 5 years ago

@dciccale friendly ping!

lopis commented 5 years ago

Looks like abandonware mate. You might want to fork it.

digitalica commented 5 years ago

looks like good fix....

dciccale commented 5 years ago

@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

lopis commented 5 years ago

It's understandable. This is grunt we're talking about. Glad you're still on the case though :)