I have all of my scss under parent folder and I have a grunt task running to compile them.
With this particular project there won't be a build or output folder. I would like to have all of the scss files compile in their same directory.
+ folder
+ component
- style.scss
- style.css
+ another
- style.scss
- style.css
I have search high and low and can't find any examples of this. Is it even possible with Grunt?