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
xomaczar/ember-cli-styles-reloader#8
There's a problem over at ember-cli-styles-reloader. Because the class name suffixes change with every edit a complete page reload is needed as well.
ember-cli-styles-reloader
It would be nice, if the suffixes could stay the same for one ember serve session once they were generated for the first time.
ember serve
Is this even possible? I don't know much about the current build pipeline...
The text was updated successfully, but these errors were encountered:
fix: ember-component-css compatibility
0d78958
However, this is blocked by: webark/ember-component-css#75
I guess the guids would have to be cached in broc-component-css-preprocessor.js.
broc-component-css-preprocessor.js
Sorry, something went wrong.
No branches or pull requests
xomaczar/ember-cli-styles-reloader#8
There's a problem over at
ember-cli-styles-reloader
. Because the class name suffixes change with every edit a complete page reload is needed as well.It would be nice, if the suffixes could stay the same for one
ember serve
session once they were generated for the first time.Is this even possible? I don't know much about the current build pipeline...
The text was updated successfully, but these errors were encountered: