scriptbundle Questions
3
Solved
I recently added jquery.dataTables nuget package to my project and I wanted to bundle the necessary files inside the BundleConfig. Since this package is installed inside a "DataTables-1.9.4" folder...
Psychometrics asked 4/12, 2013 at 14:39
1
Solved
I'm trying to render a JavaScript bundle using Microsoft's Web Optimization framework, like this:
@Scripts.Render("~/assets/bundle.js")
And building a small bundle, like this:
public static voi...
Liverwurst asked 12/2, 2014 at 15:4
1
Solved
I've included the following line in the BundleConfig.cs file:
bundles.Add(new ScriptBundle("~/bundles/jqueryajax").Include(
"~/Scripts/jquery.unobtrusive-ajax.min.js"));
However when I try to r...
Keyek asked 30/4, 2013 at 5:5
1
© 2022 - 2024 — McMap. All rights reserved.