Open grzegorzgit opened 4 years ago
You probably use a wrong path for template/template
. Shouldn't it be templates/template
with an s
?
No, the paths are ok. The problem comes with Visual Stuio Code, when I edit the .scss file in Windows Notepad, then it compiles correctly. But it is strange, because I use Visual Stuio with webpack, and there is no problem, first time I saw it with Foundation.
Saving any scss file except of app.scss generates error.
How can we reproduce this bug?
It refreshes the browser, but it doesn't compile the .css files, giving this output:
This doesn't happen when I safe "app.scss" file, then SASS compiles the .css and refreshes the browser (with the same "unreadable" _theme.scss).
What did you expect to happen?
I expected the framework to work (compile the assets) or to provide a message what is the problem.