roborourke / wp-sass

Sass for WordPress
89 stars 24 forks source link

Caching method does not recognise changes in partials #13

Open milojennings opened 11 years ago

milojennings commented 11 years ago

At first I thought the issue was that the plugin couldn't figure out the paths of the files I was trying to include using the standard sass method of:

@import "partials/_color.scss"

But it appears to be including it once, then never again. The only way it will check if anything has changed in the partials, is if something changes in the sass file that calls out the partial.

I'm trying to think of an efficient way to get it to factor in changes to included files. Any ideas?