carlitoplatanito / gulp-nunjucks-render

[Gulp](https://github.com/wearefractal/gulp) plugin to render [Nunjucks](http://mozilla.github.io/nunjucks/) templates
149 stars 33 forks source link

Update nunjucks dependency to 3.0.0 or higher #58

Closed kevinmpowell closed 7 years ago

kevinmpowell commented 7 years ago

I ran all the tests locally, and they all seem to pass after updating nunjucks to 3.0.0

Let me know if there's anything else that needs to be done to approve this PR.

kevinmpowell commented 7 years ago

@carlosl any chance this can get merged in and added to the npm distribution?

revelt commented 7 years ago

nearly 3 months have passed

kristijanhusak commented 7 years ago

I'll do it. Thanks for the PR.

revelt commented 7 years ago

thank you sir!

kristijanhusak commented 7 years ago

I published new version to the npm, 2.1.0., that includes this change.

jbrugman commented 7 years ago

But npm install --save-dev gulp-nunjucks-render now gives an error: [13:09:16] Requiring external module babel-register module.js:457 throw err; ^ Error: Cannot find module 'gulp-nunjucks-render'

Perhaps you need to add a version / tag here as well? Since 2.1.0 cannot be found.

revelt commented 7 years ago

Check out np, it helps with publishing, I use it to do git push and npm publish. You automatically push to GitHub and publish to npm in one go.