gulp-nunjucks-render icon indicating copy to clipboard operation
gulp-nunjucks-render copied to clipboard

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

Results 10 gulp-nunjucks-render issues
Sort by recently updated
recently updated
newest added

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @​fdintino in mozilla/nunjucks#1437....

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 4.2.1. Commits 048ada0 4.2.1 3b1ceaa Fix bug with escaped '@' in patterns dd7aa95 4.2.0 a979c06 makeRe globstar should match zero+ path portions 9c7c4bc 4.1.1 691e5e6...

dependencies

Can you add pretty option to prettify html output? Or at least preserve indentation level in blocks and partials

I have a config using plumber, but if I try to call data in my templates that does not exist in my data.json, then an empty string will just get...

I'm trying to use this plugin together with Markdown-it, Graymatter. and nunjucks-markdown. For some reason the renderer is not recognizing the `{% markdown %}` tag. The error I'm getting: ```js...

Hello, I have a project that uses your npm package and it runs fine on linux, but it hangs on Windows. Both Windows 10 (my local machine) and our Jenkins...

72fccab bumped the version to 2.2.3, but no Github release was cut. I believe only maintainers can add tags (Github doesn't have a way to PR tags does it?). Would...

Vue and gulp-nunjucks-render have conflicts, I want to disable {{}}, but I don’t know what to do OAQ

I have a workflow where one gulp task compiles nunjucks templates (with the help of this plugin) and outputs them to temporary folder and then other task uses [gulp-useref](https://github.com/jonkemp/gulp-useref) to...

Sorry - re-opening this, as it's not the IDE. I just tried editing and compiling the parent template in Vim and the same problem occurs. --- Have a weird problem...