I'm new to the ASP.net MVC world, prototyping a website idea atm.
Anyway, I'm struggling to add a simple plug in to my cshtml page views.
For example I wanted to add this slider: http://loopj.com/jquery-simple-slider
So I added the necessary plugin to the source base and added them in BundleConfig.cs
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }
Nothing worked.
I added the css stuff to the base.css file thinking for some reason I'm misssing something, so instead directly added to base.css, no changes.
I feel like I'm missing something like a 101 tutorial atm.
Really not sure where to dig next to get something so fundamental working...