Hugh Francis
Hugh Francis
you need to downgrade to these versions of Ember & Ember Data: ``` "ember": "1.12.0", "ember-data": "1.0.0-beta.18" ``` We don't currently support the latest versions - we're slowly working on...
You just update these in your `bower.json` and run a bower install :+1:
give it a go and find out - this is the `bower.json` we developed Spree Ember against: https://github.com/ember-cli/ember-cli/blob/f924fb5d117473d881b0be6759807c1416be2be0/blueprints/app/files/bower.json
@raybesiga - you can absolutely swap out Foundation if you want! We used Foundation because it was the most "plug and play" of the CSS Frameworks. It's meant to be...
Nice Kevin! On Wed, 6 Jan 2016 at 12:23 AM, Kevin Kornemann [email protected] wrote: > 6 months later, I finally had time to have a play with this again and...
holla @rb2020
'connect-src': "'self' http://localhost:3000" - foundation css
:+1: agree! We're already finding all of the taxons just to filter for the current taxon: https://github.com/hhff/spree-ember/blob/master/packages/storefront/app/routes/spree/taxons/index.js#L23 We can probably just find all of the taxonomies instead, then in `setupController`...
Thanks @cellis - I'm in the (sloooow) process of porting Spree Ember over to Solidus - so most new development will eventually happen there. That said - if you do...
blocked until Ember CLI has better support for Nested Addons