tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Incompatibility with ember-component-css #80

Closed backspace closed 9 years ago

backspace commented 9 years ago

Hey, thanks so much for this buildpack, it’s been very useful to me.

Some of us are having trouble with ember-component-css styles not being applied on Heroku deployments. I’ve done some investigation and will continue with that, but let me know if you have some insight!

tonycoco commented 9 years ago

Have you tried building locally?

backspace commented 9 years ago

Yes, it works when I build locally and run it. I do think it’s probably a problem with the addon, though I don’t understand what it is. So you can close this if you don’t have any other suggestions.

tonycoco commented 9 years ago

Does that add-on rely on a binary?

backspace commented 9 years ago

I don’t think so, unless people are using it in combination with ember-cli-sass or another preprocessor. It seems like files are just written to the wrong places, or not merged properly.

I was able to get it working for a project just by adding logging statements to ember-component-css at the point where it appends to the Javascript asset file, so it doesn’t seem like a problem with your buildpack.