buzzware / f7-supersonic-ember

An Ember+Framework7+Supersonic(Cordova) Project, or ember-mobile/ember-cli-framework7 dummy app merged into buzzware/supersonic-ember
9 stars 0 forks source link

steroids + ember #1

Open cmosguy opened 9 years ago

cmosguy commented 9 years ago

@buzzware have you figured out how to do steroids connect with this project? I am very interested in contributing and helping figuring out how to get an ember app deployed into an appgyver steroids system. I want to throw away all the angular stuff they use and replace it with ember.

cmosguy commented 9 years ago

@buzzware i tried

  1. cd cordova
  2. cp ../dist .
  3. steroids connect

and I get the error:

TypeError: Cannot read property 'tabs' of undefined at _ref.config.eitherSupersonicOrLegacy.fold.statusBar._ref (c:\Users\aklein\AppData\Roaming\npm\node_modules\steroids\src\steroids\Converter.coffee:107:41)

Any ideas here?

buzzware commented 9 years ago

Hi @cmosguy. Sorry, I just saw this. I presume you checked out this repo and did bower install && npm install in the cordova folder. I don't know why you did step 2 - that may be the issue. Are you on a unixy system? cordova/www should be symlinked to ../dist.

It may also be an issue of updating supersonic/steroids, or perhaps you have a more recent version than I.

Let me know if its still failing and you're still interested.

I reckon there is a very good chance of getting steriods/supersonic working with ember. If you diff supersonic.js against supersonic.core.js you'll see the difference is angular, and core contains no angular. See http://discuss.emberjs.com/t/dose-ember-has-mobile-ui-framework-like-ionic/3640/17