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

Doesn't trigger a rebuild/refresh for changes in css #7

Open
ismay opened this issue Aug 12, 2015 · 1 comment
Open

Doesn't trigger a rebuild/refresh for changes in css #7

ismay opened this issue Aug 12, 2015 · 1 comment

Comments

@ismay
Copy link

ismay commented Aug 12, 2015

With this project, when running make serve and after changing something in the css, the changes are registered by browsersync:

[BS] File changed: src/css/index.css

But there's no rebuild and no refresh. When I change something to a template however, a rebuild and subsequent refresh are successfully triggered. Any idea what could be causing this? It should be rebuilding in both cases right?

@ismay
Copy link
Author

ismay commented Aug 12, 2015

Might be because I'm importing css, and only the changed file is passed through the pipeline (instead of the main import)? Maybe an option to reprocess all files (or all files of the same filetype) would solve this.

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