Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback on testing spine.app with hem #7

Closed
abernier opened this issue Aug 8, 2011 · 1 comment
Closed

Feedback on testing spine.app with hem #7

abernier opened this issue Aug 8, 2011 · 1 comment

Comments

@abernier
Copy link

abernier commented Aug 8, 2011

Hi,

Testing spine.app with hem, I had to fix the following reported console errors before getting it work:

  • Uncaught module app not found: I changed the var App = require("app"); into var App = require("index");
  • Uncaught module spine not found: added the "spine" dependency into slug.json

I've installed spine.app and hem from master's tarballs with npm, so it's supposed to be up-to-date.

Is this a mistake, or I may have done something wrong?

Cheers.

@maccman
Copy link
Member

maccman commented Aug 8, 2011

Thanks - all legitimate issues now fixed on master #3ea2dff

On Sun, Aug 7, 2011 at 9:19 PM, abernier <
[email protected]>wrote:

Hi,

Testing spine.app with hem, I had to do the following to fix errors
reported in console:

  • Uncaught module app not found: I changed the var App = require("app"); into var App = require("index");
  • Uncaught module spine not found: added the "spine" dependency into
    slug.json

I've installed spine.app and hem from master's tarballs with npm, so it's
supposed to be up-to-date.

Is this a mistake, or I may have done something wrong?

Cheers.

Reply to this email directly or view it on GitHub:
https://github.com/maccman/spine.app/issues/7

Alex MacCaw

+12147175129
@maccman

http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com

@maccman maccman closed this as completed Aug 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants