WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

A bundler and minifier for ASP.NET Core

Results 148 WebOptimizer issues
Sort by recently updated
recently updated
newest added

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 ![DataTable is not defined 2](https://github.com/user-attachments/assets/2212dbf9-758f-4ecd-8d3a-5853fea18af2) ![DataTable is not defined](https://github.com/user-attachments/assets/a2295e52-16e0-4838-93c5-5c34f80a364b)

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...

![image](https://github.com/user-attachments/assets/18810d14-0ea3-4030-ba71-0bf6f71e6d5e) 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...