slider
slider copied to clipboard
Cannot include in ASP.NET Bundle
When jssor.slider.js is included in an ASP.NET bundle, the minification fails because there is a comment at the top.
The solution is to wrap the comment in the files like this
/*
///
JQuery had the same issue recently, below is the stackoverflow posting that describes the issue and solution (for your reference).
http://stackoverflow.com/questions/14402741/jquery-1-9-0-and-modernizr-cannot-be-minified-with-the-asp-net-web-optimization
Just ran in to this same issue
Me too in .NET MVC