Google Closure Suppress Warning Messages For A Particular File
I am using google closure compiler to compress all the javascript into single file. While compliance it give lot of warning messages.In my case I have already compressed third part
Solution 1:
Use the --hide_warnings_for=node_modules/somelibrary
flag.
Post a Comment for "Google Closure Suppress Warning Messages For A Particular File"