slider icon indicating copy to clipboard operation
slider copied to clipboard

Cannot include in ASP.NET Bundle

Open JohnBergman opened this issue 9 years ago • 2 comments

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

JohnBergman avatar Aug 21 '15 03:08 JohnBergman

Just ran in to this same issue

MrChriZ avatar Sep 01 '15 15:09 MrChriZ

Me too in .NET MVC i

Abel-Liu avatar Oct 18 '16 06:10 Abel-Liu