ember-component-css: Doesn't work with ember-cli@2.9.1 and ember-cli-postcss

I am using the 0.2.0-beta.4 version. It seems that the pod-styles.css is not generated.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 32 (22 by maintainers)

Commits related to this issue

Most upvoted comments

@buschtoens and @denchen 0.2.10 has been released. Feel free to give it a try.

So… 🐑 this was kind of a bug in our code all along. Apparently, with glob (which has terribly poor documentation around it who’s knowledge appears to have been cargo culted from one place to another) a “set” can’t have only one item in it. So I just am always adding a comma on to the end of the set, which, in the eyes of glob, adds another empty item.

anyhow… @buschtoens @denchen this should be fixed by #208 and we will no longer need @buschtoens addon.

If it isn’t, please feel free to reopen. Sorry for the inconvenience of this issue.

@ihomp so it looks like after @jakesjews PR was merged, a release was never cut for npm. If you use the master branch of ember-cli-stylus it will work. I added a branch to my test https://github.com/webark/ecc-app-test/tree/stylus-example that has it working.

@drewcovi you think we could get a npm release cut of ember-cli-stylus?

@buschtoens That warning message was added to notify people that they have not yet created any component styles yet. Maybe it’s extraneous?

And ya, i’ll reopen the issue. You mind changing the title to specify that this is only for postcss?