You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by lambcode Wednesday Jul 19, 2017 at 14:46 GMT Originally opened as samaxes#148
When running the Closure Compiler from the command line, the option setTrustedStrings defaults to true but when running the compiler from this plugin, the option is set to false. Not having this option set will convert some characters shuch as '<' and '>' to '\x3c' and '\x3d'. This bloats the resulting minified file.
Could a plugin configuration option be added to set this Closure Compiler option?
The text was updated successfully, but these errors were encountered:
Issue by lambcode
Wednesday Jul 19, 2017 at 14:46 GMT
Originally opened as samaxes#148
When running the Closure Compiler from the command line, the option setTrustedStrings defaults to true but when running the compiler from this plugin, the option is set to false. Not having this option set will convert some characters shuch as '<' and '>' to '\x3c' and '\x3d'. This bloats the resulting minified file.
Could a plugin configuration option be added to set this Closure Compiler option?
The text was updated successfully, but these errors were encountered: