-
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
Broken with latest ember-cli (2.4.0) #121
Comments
+1 same error, same fix works (except it's on line 85 not 82) |
+1 |
This does not work for me on a new empty project. For me Have i configured something wrong? |
The original method was changed considerably here: ember-cli/ember-cli@e78de54#diff-392bb207fea8bcbeb4a084bb445f7cc7R1170 |
Ya. I feel that it's sad to say that this project is defunct.. :( Anyone have any luck with any other projects? |
Just an update: ember-cli 2.4.1 was released reverting the changes. It now builds for me, but the vendor.css comes empty if I use this addon. |
- This fixes a problem with non ascii files being corrupted (fonts in our case) - Removed ember-component-css addon as it was causing the vendor.css file to be empty see webark/ember-component-css#121
@holandes22 Do you get the same issue if you run with sass? I could never get the plugin to work without it. I guess there would be no problem updating to 2.4.1? We are aiming for the LTS release as soon as we can get it? Sorry if this is the wrong place to discuss this! |
@killbom yes, happens with sass. I never tried it with less or plain css actually My two cents: I think targeting the 2.4 LTS is the right approach as that is exactly the intention of LTS releases. Just a heads up, ember-cli 2.4.1 throws a deprecation warning when using vendorStaticStyles as it is deprecated API |
@webark I migrated from this to ember-css-modules yesterday. I won't say it is a perfect solution, but I do like the approach and I find it more flexible than css components. |
I just tested the addon in Ember-CLI 2.4.1 and it seems to work fine. Looking into #114. |
@ebryn The build error is fixed with 2.4.1, true, but as @holandes22 mentioned, the |
I'm not seeing vendor.css being empty on my end, appears to be working On Wed, Mar 2, 2016 at 1:06 PM, Tim G. Thomas [email protected]
|
I"m seeing vendor.css being empty on my end.. are you using a pre complier..? |
No, I'm not using a preprocessor. Are you? |
ya |
I have files missing in my The odd thing is that the CSS files from this project are added to Before the update: (Both the |
It also omits CSS that is imported directly through the app.import('bower_components/sweetalert/dist/sweetalert.css'); ...never shows up in |
+1 I am facing the same problem as @t4t5 May have something to do with these changes in I am using an
|
@ankushdharkar, what if you try Ember CLI 2.4.1? |
@backspace : That breaks too |
Hmm, strange, that fixed it for me with |
@backspace: Just tried it again. It didn't work. |
Please give our newly released |
@ebryn: |
Hello, just upgraded the Ember core toolchain to 2.4(.3), and Upgrading @holandes22 did you manage to get your 2.4 SASS + pod styles working? Did it require any manual configuration changes? |
@barneycarroll did you try upgrading to the latest beta version? |
After upgrading to ember-cli and ember 2.4.0 I started getting this error, preventing the build to run:
If I change line 82 at index.js to this
then is working again. I'm preparing a PR for this
Apparently the structure of this.vendorStaticStyles changed. Is this private API?
The text was updated successfully, but these errors were encountered: