Closed triptec closed 9 years ago
What was decided? Drop the update to the hbs and keep the bower link in bootstrap?
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?
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.
I needed it for spree-ember-auth, you don't?
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
also - Travis doesn't seem to need it to run tests?
bootstrap.rb is mainly for travis
ah
Added bower link and some info about it.