Open cesarizu opened 8 years ago
I've run into the same issue, I'm using ember 2.2.0 and here's my current devDependencies from my package.json (if that's relevant):
"devDependencies": {
"broccoli-asset-rev": "^2.2.0",
"ember-cli": "1.13.13",
"ember-cli-app-version": "^1.0.0",
"ember-cli-babel": "^5.1.5",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "^1.1.0",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-ic-ajax": "0.2.4",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.0.4",
"ember-cli-release": "0.2.8",
"ember-cli-sass": "^5.2.1",
"ember-cli-sri": "^1.2.0",
"ember-cli-styles-reloader": "0.1.8",
"ember-cli-uglify": "^1.2.0",
"ember-data": "1.13.15",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-export-application-global": "^1.0.4"
}
Can you provide more info please, are u byulding an addon, do you have ssl enabled?
I am also experiencing this problem. It seems to be associated with ember-cli 1.13.13.
+1. Having the same issue.
Looks like it's already fixed in master
, with this:
https://github.com/xomaczar/ember-cli-styles-reloader/blob/master/lib/styles-reloader.js#L27
(specifically, the || 'localhost'
)
But it's not in the latest released version (which is almost 6 (!) months old)
Meanwhile, you can launch your app with ember -s —host 'localhost'
I am on ember-cli 2.3 and experiencing the same issue. Unfortunately, the workaround suggested by @Katamo is not working for me :disappointed:
@Katamo @michelegera @jskeate since ember-cli@^2.3.0 styles reloading comes out of box. If you are using ember-cli@^2.3.0, you should uninstall this addon, as it will conflict with the native mechanims. If you are not, why not?
@xomaczar Yep, I uninstalled it since! Thanks!
When running an ember-2.2.0 app, styles are not reloaded and when I reload the page I get the following message:
How can I start debugging this?