dynamicbundles icon indicating copy to clipboard operation
dynamicbundles copied to clipboard

Dependency resolver for MVC web sites, using MVC bundles

Results 6 dynamicbundles issues
Sort by recently updated
recently updated
newest added

Couldn't find any words that suggest that this engine handles LESS files, so i ask here - does it ? or would it be easy to upgrade / integrate a...

I like what you have done with DynamicBundles and am planning on using it in a project; good work. I thought an enhancement would be to add /bundle/ to the...

If a view folder contains both a regular JavaScript file, and a minified version, Dynamic Bundle includes both files in the generated bundle. Dynamic Bundle should ignore the minified version...

Hi, great engine. My only concern is that it does not seem to search folders within views for css/js files. - is this by design While i can work around...

Relative paths in CSS files tend to cause problems with ASP.NET bundling, because ASP.NET can place the bundled CSS file in a different folder than where the original CSS files...

After installing the Dynamic Bundles NuGet package, almost every line in every .cshtml file introduces the following warning (CS1702): > Assuming assembly reference 'System.Web.Mvc, Version=**5.2.2.0**, Culture=neutral, PublicKeyToken=31bf3856ad364e35' used by 'DynamicBundles'...