carlitoplatanito / gulp-nunjucks-render

[Gulp](https://github.com/wearefractal/gulp) plugin to render [Nunjucks](http://mozilla.github.io/nunjucks/) templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update for nunjucks 3.0.0

stephan-gh opened this issue · comments

nunjucks 3.0.0 was released, any chance you can update this plugin to make it use the new version? Thanks!

I'm closing this since @mohitsinghs https://github.com/mohitsinghs/gulp-nunjucks-md can be used for an updated version of gulp-nunjucks-render. It works fine for rendering regular HTML pages.

Why this isn't being updated?

@kamlekar I don't know, it seems like @CarlosL is no longer maintaining it.

@Minecrell @CarlosL is back. See #56 and also I tried explaining the differences between this plugin and my plugin in with an example.

@mohitsinghs Oh, in this case I'll reopen this issue. Since you have updated nunjucks in your plugin and the old, regular HTML page rendering is still working, is there anything that would speak against merging your changes into gulp-nunjucks-render?

@Minecrell

is there anything that would speak against merging your changes into gulp-nunjucks-render ?

Yes, The way I used markdown and front-matter. I don't think everyone will prefer my way, so why not have two options. Anyway everything which works with this plugin should work fine with my plugin.
I just don't wanted to add two or more extra plugins ( gulp-data and gulp-front-matter ) and a hacky function to achieve what I wanted and hence I created that plugin. You can consider my plugin as some cool extra functions added to this plugin which should be avoided for simple uses. You can see #55 for what I wanted. I hope you got your answer. Thanks.

I've added a PR to update to nunjucks 3.0.0

#58

@CarlosL please consider adding more people to maintainers list, people are using this library and can help