ASP.NET Web Optimization Framework throws errors in CSS minification, I tried, validated and did everything to fix, but seems framework bug
/* Minification failed. Returning unminified contents.
(1,1-2): run-time error JS1195: Expected expression: .
(2,14-15): run-time error JS1004: Expected ';': :
(2,15-19): run-time error JS1306: Invalid numeric literal: 12px
*/
.a {
font-size:12px;
}
;
This was just a single line test to see if it still works but not working.
Fixed. Sorry issue was with the bundle tutorial from where I just copied, its fixed. THanks