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

How to disable {{}}

Open UyyUtt opened this issue 6 years ago • 1 comments

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

OAQ

UyyUtt avatar Aug 16 '18 11:08 UyyUtt

@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

kevinmpowell avatar Feb 21 '19 20:02 kevinmpowell