C# (CSharp) NodeNetAsync.Yui Пространство имен

Классы

Имя Описание
Compressor
Compressor.ErrorReporterMock
NodeNetJsFilter Adds support for automatical JS minimizing and serving combined JS files. Minification is done using YUI compressor with IKVM. For .js files : It will minimize JS files before serving them. For .jsx files: It will read all the lines (that will be references to .js files) from the JSX and will combine and minimize them. Trying to access a .jsx file will cause a 404 error. To reference a .jsx file you should reference to a file with the same name and path and the extension changed to .js