C# (CSharp) BlogEngine.Core.Web.Scripting JavascriptMinifier - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для BlogEngine.Core.Web.Scripting.JavascriptMinifier, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Helper class for performing minification of Javascript and CSS.
This class is basically a wrapper for the AjaxMin library(lib/AjaxMin.dll). http://ajaxmin.codeplex.com/ There are no symbols that come with the AjaxMin dll, so this class gives a bit of intellisense help for basic control. AjaxMin is a pretty dense library with lots of different settings, so everyone's encouraged to use it directly if they want to.