ejs icon indicating copy to clipboard operation
ejs copied to clipboard

Allow setting compileDebug and debug globally

Open torvalde opened this issue 11 years ago • 1 comments

parse method:

var options = options || {} , open = options.open || exports.open || '<%' , close = options.close || exports.close || '%>' , filename = options.filename , compileDebug = options.compileDebug !== false , buf = "";

Since we can set the open and close tags globally, I think we should be able to set the debug params also....

torvalde avatar Oct 27 '14 12:10 torvalde

Please track this bug at mde/ejs#43.

TimothyGu avatar Jan 24 '15 20:01 TimothyGu