thanpolas / grunt-closure-tools

Google Closure Tools for grunt
MIT License
95 stars 22 forks source link

Fix Documentation on output wrapper #40

Closed michaelBenin closed 11 years ago

michaelBenin commented 11 years ago

Needs to be wrapped in ' " " ' to work.

output_wrapper: '"(function(){ %output% }());"',

thanpolas commented 11 years ago

thanks @michaelBenin

michaelBenin commented 11 years ago

Also, I wanted to use $LAB, you need to escape it: http://code.google.com/p/closure-compiler/issues/detail?id=1044