Hello,
I just downloaded 6.0.2, extracted the files into my dev environment and ran my GULP scripts. I received the following error:
events.js:174
throw er; // Unhandled 'error' event
^
Error: HTML/style.scss
Error: It's not clear which file to import for '@import "sass/variables"'.
Candidates:
sass/_variables.scss
sass/variables.scss
Please delete or rename all but one of these files.
on line 15 of HTML/style.scss
>> @import "sass/variables";This is because of your file name change of the files within /sass/ with the _ addition: variables.scss to _variables.scss
I understand that on my end the change is small. I need to update any .scss files and include the "_". But this is a pain since multiple scripts I have now need top to be updated. Plus, I should not have to update your scripts to match your code.
I LOVE this theme but please be careful with your changes. And if you make file naming changes like this please make sure they work to start, but that you also mention it in the changes log. I ALWAYS ready that first, it says nothing about SASS file name changes.
Thanks.
