Arcath / sass-watch

Watch a SASS file and compile to CSS
5 stars 0 forks source link

No save on partial change #2

Closed zebapy closed 9 years ago

zebapy commented 9 years ago

Some reason my main file doesn't compile if it has imports of partials, and they are changed. Am I doing something wrong or is this just missing?

main.scss (file being watched)

// core
@import "variables";
@import "mixins";

// base
@import "grids";

// modules
@import "media";

partials are _media.scss format in same folder as main.scss

Arcath commented 9 years ago

0.2.0 now supports rendering the main file if a partial is changed.