Project wont start after Sass changes

0
Hi guys, So I've started a new 6.8.0. project, and only made some changes to the scss files to change some colors around. Everything worked fine. However all of a sudden, when trying to run, the below message is shown with a very descriptive error message! edit I think it has something to do with Koala (maybe in combination with the Atom text editor? I got this in a (new) 6.7.1. project aswell after applying changes to the scss files.
asked
2 answers
0

Is your editor locking files? Brackets does not lock files, don't know about other editors.

Edit: Do you have Koala configured on the theme folder or the entire project directory? You should not let Koala touch anything in the deployment folder because that could cause conflicts too. In Koala, click on the file and you can turn off autocompile for anything in the deployment folder.

Note that you can rename items in the Koala project list, or they would all be named 'theme'...

answered
0

Is your Node Modules folder added to the SVN ignore list?

answered