chrisfarber / ember-breadcrumbs

An Ember.js component for adding breadcrumbs to your app.
MIT License
79 stars 34 forks source link

Using this without Ember-cli #18

Closed copasetickid closed 9 years ago

copasetickid commented 9 years ago

If I'm not using ember-cli, how can mirror the app inject that you're doing to get this to run in my application?

chrisfarber commented 9 years ago

My best advice is to either copy the source directly into your ember app's source or start using ember-cli.

Trying to build/include plugins for Ember without ember-cli's addons is difficult and has some inherent difficulties.

This plugin was originally written before ember-cli's addons, and there were numerous issues relating to the default template and customizing.