c0shea / AdminLTE-Template

A C# MVC Template for Visual Studio using the popular AdminLTE Bootstrap Template.
MIT License
67 stars 31 forks source link

Fix validator.js in BundleConfig #18

Closed c0shea closed 5 years ago

c0shea commented 6 years ago

.Include("~/Content/js/plugins/validator.js")

should be

.Include("~/Content/js/plugins/validator/validator.js")