So if I have an aggregate file with imports in it:
@import "global"
@import "menus"
@import "datepicker"
@import "index"
@import "drawers"
Is there a way to have that file compile when any of the things it is importing change?
So if I have an aggregate file with imports in it:
@import "global"
@import "menus"
@import "datepicker"
@import "index"
@import "drawers"
Is there a way to have that file compile when any of the things it is importing change?
Yes can make it possible with grunt
Here is complete workflow of grunt + compass
http://matthew-jackson.com/notes/development/grunt-workflow-for-sass-compass-and-js/