This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, We're using Web Workbench 3.4.1837.0 in Visual Studio 2013 to compile our *.scss files. We are also bundling and minifying our CSS & Javascript - ASP.Net Bundling. We have a small issue whereby all of the compiled CSS files are having @charset "UTF-8"; added to the first line. On it's own, this isn't an issue, however, because the CSS files are being bundled together it results in a file that contains multiple @charset "UTF-8"; - which is not allowed. The net result is that bundling is not successful and .Net reverts back to using the non-bundled files. Is there a way to configure the compiler to not add this line to the compiled CSS Files? |
|