gruntjs / grunt-contrib-jst

Compile underscore templates to JST file.
http://gruntjs.com/
MIT License
113 stars 45 forks source link

Change 'prettify' option to 'multiline' #50

Open esco opened 10 years ago

esco commented 10 years ago

Traditionally "prettify" is used to describe a process that expands code. For example

http://jsbeautifier.org/ would transform this into what prettify:false does.

this["JST"]["test/fixtures/template.html"] = function(obj) {var __t, __p = '', __e = _.escape;__p += '<head><title>' +((__t = ( obj.title )) == null ? '' : __t) +'</title></head>';return __p};