We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Testing spine.app with hem, I had to fix the following reported console errors before getting it work:
Uncaught module app not found
var App = require("app");
var App = require("index");
Uncaught module spine not found
"spine"
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.
The text was updated successfully, but these errors were encountered:
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
Testing spine.app with hem, I had to do the following to fix errors reported in console:
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
Sorry, something went wrong.
No branches or pull requests
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 thevar App = require("app");
intovar App = require("index");
Uncaught module spine not found
: added the"spine"
dependency intoslug.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.
The text was updated successfully, but these errors were encountered: