gulp-nunjucks-render
gulp-nunjucks-render copied to clipboard
How to disable {{}}
Vue and gulp-nunjucks-render have conflicts, I want to disable {{}}, but I don’t know what to do
OAQ
@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