Ember-cli-selectize

I was trying to create an ember-cli addon that provides a component with a selectize integration.

I followed @pixelhandler’s guide here: Pixelhandler's blog Very informative.

For this, I need to include selectize, from bower. What’s the recommended way to do this? Is using blueprints with an additional command the only solution? I was trying to accomplish this by using a postinstall script.

I also intend to provide a build for those not using ember-cli.

The repository is here: https://github.com/miguelcobain/ember-cli-selectize

2 Likes

More info: https://github.com/stefanpenner/ember-cli/issues/2639