j-mcnally / ember-cli-chrome

A small and growing toolkit to build chrome extensions with EmberJS
62 stars 12 forks source link

Not a properly formatted package #4

Closed majochoc closed 9 years ago

majochoc commented 9 years ago

ember-cli 0.2.1 complains that ember-cli-chrome doesn't have an index.js file, and therefore is not a properly formatted add-on. Can this be ignored since ember-chrome.js is being included, and it does the heavy lifting?

j-mcnally commented 9 years ago

the extension will be updated for the latest ember-cli shortly. we used a lot of hacks because the type of injection and changes we are doing were not on the happy path back when we started with 0.0.39, now that official stable apis exist, things will work better moving forward.

EmergentBehavior commented 9 years ago

@j-mcnally Any updates on this? Would love to use this in a project I'm about to start. Otherwise can fork for time being.

j-mcnally commented 9 years ago

This is fixed, switched to just using an index.js as the entry point.