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, i currently have this struture: /site.scss
/scss/layout.scss
/scss/layout/footer.scss
My problem is: When i change something in the /scss/layout/footer.scss online the footer.css and the layout.css are generated. The site.css is still the old one, but my website online refferers the site.css. Is there any option to trigger the rebuild recursive down the complete path? Thanks Torben |
|
|
Hi Torben, Yes, if you enable the option "Trigger compile on build" under Tools/Options/Web Workbench in the Compilation section then all files will be regenerated each time you trigger a build on the project.
|
|
|
Hi Jeremy, yes, that is true. B But i work with .net MVC5. The benefit here is: whenever i change a css or a view, i can see the change without restart / recompile the project. I would like to keep this benefit. for now i removed the "middle" file and put all imports into the site.scss. But thinking about modules i wanna migrate to other projects it would be nice to use the way i described in my first post. Thanks, Torben |
|