hhff / spree-ember

:moneybag: An Ember Ecosystem for Spree Commerce.
http://spree-ember.com
MIT License
77 stars 18 forks source link

ENHANCEMENT - Add bower link and info to index.hbs about it #69

Closed triptec closed 9 years ago

triptec commented 9 years ago

Added bower link and some info about it.

triptec commented 9 years ago

What was decided? Drop the update to the hbs and keep the bower link in bootstrap?

hhff commented 9 years ago

what does bower link actually do here? npm link symlinks a package to the local NPM cache so that another package can use it locally without having to connect to NPM.

I'm not sure what bower link does - I can use these bootstrap with these packages without it?

triptec commented 9 years ago

bower link does the same thing npm link does, like you run "bower link" in spree-ember-auth and then in you new ember app you run "bower link spree-ember-auth" so that it's like you installed it.

triptec commented 9 years ago

I needed it for spree-ember-auth, you don't?

hhff commented 9 years ago

Not that I'm aware of - but I could be wrong. Let me do some testing on this first - I'd probably rather re-architect the way it works than to have a dep on bower, as ember-cli want to drop bower eventually

hhff commented 9 years ago

also - Travis doesn't seem to need it to run tests?

hhff commented 9 years ago

bootstrap.rb is mainly for travis

triptec commented 9 years ago

ah