When I have this trouble I put the @import statements and other things which I think might be causing it, into a separate css file which won't be minified, I then start adding bits back in if it works. Isolating the problem
answered my own question - for anyone else wanting to know the answer,
in web.config, change debug="false" to "true" while you sort your .css files out.
minification failed. buy WHHhhhyyyy?? :(
/* Minification failed. Returning unminified contents. (10450,1): run-time error CSS1019: Unexpected token, found '@import' (10450,9): run-time error CSS1019: Unexpected token, found 'url("http://fast.fonts.net/t/1.css?apiType=css&projectid=7d87a58c-1d4b-4675-9782-ac9cb9a73524")' / /! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) / /! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
Any help appreciated.
When I have this trouble I put the @import statements and other things which I think might be causing it, into a separate css file which won't be minified, I then start adding bits back in if it works. Isolating the problem
Thanks Paul. Will try that. :)
Is there any way to 'roll back' the minification process to unminified? It's possible it's tried to minify old (unused) .css files and new ones..
answered my own question - for anyone else wanting to know the answer, in web.config, change debug="false" to "true" while you sort your .css files out.
is working on a reply...