ember-cli-styles-reloader
ember-cli-styles-reloader copied to clipboard
ember-cli plans to ship style/image reloading by default
https://github.com/gcollazo/ember-cli/pull/1
just a headsup + your input on anything else we are missing would be great.
I did notice sourceMaps don't appear to load correctly, unsure if you have a solution for that or not.
@stefanpenner That's a great news. Yes, sourceMaps support was not one of my priorities but it would be nice to hot-reload those as well. I noticed we are sending files hash with a new change set
files = previousTree.calculatePatch(this.tree).
.filter...
.stuff...
I am assuming those patch files represent the build output (vendor.css, app.css) and not files on the file system (app/styles/layout/_custom_styles.sass)
Yes those in dist/
We got source maps sorted out sorta, tldr chrome devtools has bugs and we are pending a fix on their end.
Will be part of the next version of cli, we should likely communicate for people to not have both running. As I suspect they may defeat each other
Sure, let me know and I can update the readme and deprecate this addon