Search code examples
c#.netyuiyui-compressor

Issues with YUI Compressor for .NET


I am using the YUI Compressor library for .NET found on http://yuicompressor.codeplex.com/ and I am having trouble minifying jQuery plugin files since it's crashing with syntax errors which I believe YUI thinks are present in the code. Is there a workaround or an option that I may be missing when dealing with this types of files? My options are currently the following;

Encoding = UTF-8

Nothing else was set up, so I am assuming that there are default parameters for the rest of the options.

Thanks


Solution

  • I think I know what's going on. Apparently this plugin is using an identifier that is considered a reserved word by EcmaScript. I haven't found which word is breaking everything up. But at least I now have a starting point. Thanks to everyone for your time.