We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Just ran in to this same issue
Sorry, something went wrong.
Me too in .NET MVC
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: