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
|
Since i've updated to version 3.1.140.20147 single file generators on the converted files (the .css files) are no longer being called/fired/executed when i update the original file (.scss file). Is this because of a change in the way Workbench works in the new version? |
|
|
Yes. We now run the Sass compiler in the background asynchronously. If you've got a single file generator hooked up to the output of the Sass compiler, it's possible that will no longer trigger because we're kind of going behind Visual Studio's back and modifying the output file directly, instead of letting Visual Studio orchestrate the process the way it worked in 2.x. I'm not sure there's a workaround for this, unfortunately. What's your use case? |
|