ember-cli-styles-reloader
ember-cli-styles-reloader copied to clipboard
Reloads your app styles (ember-cli < 2.3.0)
I keep getting an issue in stylesReload of: `Skipping livereload for: addon/styles/foo...` Have tried the following in the ReadMe but still skips everything but get `Reloading vendor.css only`
When running an ember-2.2.0 app, styles are not reloaded and when I reload the page I get the following message: ``` Unable to determine the domain name Error: Unable to...
Fixes #8. However, this is blocked by: https://github.com/ebryn/ember-component-css/issues/75
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...
I'm not sure what's going on or what information would be helpful to diagnose, but I'm seeing my entire browser reload whenever I change a scss file. Any idea how...
Adds a `Known Issues` section. Lists the issue (#14) where styles wouldn't reload because `liveReloadHost` wasn't defined and suggests a solution to it.
The style live-reloading works fine with `ember serve`. However it seems broken as soon as `--ssl` option is passed.
As brought up here: https://github.com/xomaczar/ember-cli-styles-reloader/issues/1#issuecomment-120557588