-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
External CSS isn't imported correctly #122
Comments
Update: downgrading to Ember CLI 2.3.0 fixes the problem. Hmm. |
+1 May have something to do with these changes in I am using an
|
We're having the same issue. We'll have to stop using this add-on until the issue is resolved. |
@JakeDetels we are in the process of fixing this issue with the referenced PR. Hoping to have it merged soon so it will work with the most recent and future versions of ember-cli. Please follow along there. Don't loose ❤️ ! :) |
Same here. Styles from Stop using this addon is not an option with a whole lot of compontents implementd and launching the app today! Will have to revert to ember-cli 2.3.0... |
Please give our newly released |
The beta version should solve this. Please reopen with an example if it does not. |
Opening a new issue for the discussion at #121.
Since upgrading Ember CLI, the addon doesn't correctly import CSS-files that are referenced in the
ember-cli-build.js
-file....never makes it into
vendor.css
for example. Same with the CSS in some addons like ivy-codemirror.Strangely, this addon's CSS seems to get imported just fine.
Haven't tracked down the error yet, but any help is appreciated! :)
The text was updated successfully, but these errors were encountered: