We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While developing the store, I disabled all caches and indexes.
Before Sass module, this resulted in quick workflow:
But with Sass module, changing scss doesn't result in css file refresh. I have to manually flush Magento cache or delete css file.
How can I make it update for every change?
Magento 1.9.1
The text was updated successfully, but these errors were encountered:
If you disable the SASS cache this should mean it compiles each time you refresh the page - it is slow though!
Sorry, something went wrong.
No branches or pull requests
While developing the store, I disabled all caches and indexes.
Before Sass module, this resulted in quick workflow:
But with Sass module, changing scss doesn't result in css file refresh.
I have to manually flush Magento cache or delete css file.
How can I make it update for every change?
Magento 1.9.1
The text was updated successfully, but these errors were encountered: