Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching method does not recognise changes in partials #13

Open
milojennings opened this issue Sep 8, 2013 · 0 comments
Open

Caching method does not recognise changes in partials #13

milojennings opened this issue Sep 8, 2013 · 0 comments

Comments

@milojennings
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant