C# (CSharp) NodeNetAsync.Less Namespace

Classes

Name Description
NodeNetLessFilter Adds Css less support and css minimification. Less support is done using dotless. Minification is perform using YUI compressor with IKVM. For .less files: It will transform the .less file into a .css one and will minimize it. For .css files : It will minimize it. Trying to access a .less file directly will cause a 404 error. To reference a .less file you should reference to a file with the same name and path and the extension changed to .css