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

How to disable {{}} #68

Open UyyUtt opened 6 years ago

UyyUtt commented 6 years ago

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

OAQ

kevinmpowell commented 5 years ago

@yuxinyue2016 take a look at the nunjucks docs for how to change syntax: https://mozilla.github.io/nunjucks/api.html#customizing-syntax

You'll need to pass those into the gulp-nunjucks-render plugin's manageEnv key to make it work: https://github.com/carlosl/gulp-nunjucks-render#options