thanpolas / grunt-closure-tools

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

Add option: execOpts. #25

Closed stforek closed 11 years ago

stforek commented 11 years ago

Hi. I had a problem when closure-compiler returned a lot of warnings for extern file. "Error: maxBuffer exceeded." So I added option execOpts which allows to pass custom options to exec method (such as maxBuffer). I think this might be helpful.

thanpolas commented 11 years ago

@stforek finally, please document the change in the README and update the CHANGELOG file.

Thank you for the PR!!!

stforek commented 11 years ago

Not sure if I updated CHANGELOG and README properly ;)

thanpolas commented 11 years ago

@stforek thanks! might i suggest that you write a test case too so you will ensure this option is future-proof?

Cheers