The purpose of this demo is to show an issue with https://github.com/ebryn/ember-component-css and in-repo addons.
The problem is that as of 0.2.0-beta.6 styles from in-repo addons are not being included.
Run the following commands and open in your browser. You should see a blue border around the second link, but alas no.
git clone [email protected]:erkie/component-css-demo.gitthis repositorycd component-css-demonpm installbower install
ember server- Visit your app at http://localhost:4200.
lib/my-in-repo-addon/index.js contains what I believe to be a hack to get templates to work properly using pods. Remove the funky code in there and the in-repo-component component will not be visible because of a missing template.

