WebOptimizer
WebOptimizer copied to clipboard
A bundler and minifier for ASP.NET Core
I am using Blazor (Server Side Rendering). I want to keep bundles, but disable minify. I have tried 3 different methods with no success: 1. Result: Bundle: Yes, but **Minify...
Our project uses Bootstrap, which includes icon fonts imported through CSS. After a recent update of the WebOptimizer library, the reference to the fonts is incorrect so they are not...
hi i am using datatable after jquery but DataTable is not defined ! on net core  
At the moment, `Asset.ExpandGlobs`{:.c#} doesn't cache results of `provider.GetAllFiles("/")`, so in the following example (simplified example - in the real app, this bundle contains different globs at different nested levels):...
Starting in version 3.0.413, absolute URLs like ```HTML ``` get the application's path prepended to them so they end up like ```HTML ``` and don't work (in this example the...
 Please, can you help me to find where is my mistake (Thank's) here is my code : var minCssSetting = new CssSettings() { CommentMode = CssComment.Important, MinifyExpressions = true,...
Our MVC's `_Layout.cshtml` has `` base tag, which cause all relative link became unusable in debug mode. * `~/bundle.scss` or `/bundle.scss` will translate to `{folder}/file.scss`, where the browser will query...
I would like support for ordering when concatenating files. I still have old Javascript files in which the order is important. Something like: `.Concatenate(path=> path.Contains("module.js") ? 2 : 1)` The...