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
|
I have a WebSite solution in Visual Studio 2013 where I have 2 web.config files: - one in the main folder "Web/" - another one in a subfolder. My config.rb file have these properties: cssdir = "styles" sassdir = "scss" This dual web.config causes that Workbench generates the css files in the "scss" folder (next to the *.scss files). This css files are correctly build but on wrong folder. So when running locally the website, the styles aren't loaded correctly because css files aren't found. If I remove all the content from the web.config in the subfolder, the problem is the same. If the file exists, the problem happens. (Note: If I execute the Ruby command directly from the command prompt, it works without problems) |
|