jasonsanjose/brackets-sass

Compiling things I dont want it to?

jaymanser1999 opened this issue · 0 comments

I have my project setup in a way where I have a css folder and a scss folder.
I saved a scss folder in my css folder name "main.scss" and I imported all of my scss files from the scss folder. The problem is that in my .JSON the scss file in my css folder is the only one with the path, this is what I want to happen. However when I save all it compiles ALL of my .scss files regardless of the .JSON however it doesn't update my import file because there were no direct changes only changes from imports changes? how to I change this...