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

Following build instructions on README results in a "ReferenceError: Backbone is not defined " on page load #1

Open
jeffrichards opened this issue Sep 23, 2014 · 2 comments

Comments

@jeffrichards
Copy link

I wanted to try out your work here, so I followed your documentation for installing but unfortunately when I load up the site I get a blank screen and the following error in the js console.

Uncaught ReferenceError: Backbone is not defined ledger.js:2230

I thought perhaps it was due to the versions of the bower dependencies advancing since your last commit, so I tried moving each of the version dependencies from "~#.#.#" to just "#.#.#" but no luck.

@slashdotdash
Copy link
Owner

@jeffrichards can you try running the server in non-production mode, see if that works for you?

node app.js

It looks like there's an issue with the RequireJS optimisation of the JavaScript.

@jeffrichards
Copy link
Author

That worked! Thanks!
On Sep 24, 2014 6:19 AM, "Ben Smith" notifications@github.com wrote:

@jeffrichards https://github.com/jeffrichards can you try running the
server in non-production mode, see if that works for you?

node app.js

It looks like there's an issue with the RequireJS optimisation of the
JavaScript.


Reply to this email directly or view it on GitHub
#1 (comment)
.

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