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

Building and running release leads to JS error at launch #29

Open
boriguen opened this issue Aug 6, 2014 · 0 comments
Open

Building and running release leads to JS error at launch #29

boriguen opened this issue Aug 6, 2014 · 0 comments

Comments

@boriguen
Copy link

boriguen commented Aug 6, 2014

Hi,

I did the following steps to build and run the release:

$ grunt
$ grunt server:release

I then opened http://127.0.0.1:8000/ in the web browser and finally got the JS error Uncaught TypeError: Cannot read property 'Collection' of undefined backbone.collectioncache.js:25

It relates to Backbone.Collection, i.e. Backbone is undefined. I tried to play around to identify the issue but couldn't find the root cause so far. I would suspect an issue in the grunt requirejs task and/or with the config.js relative paths.

Could you please let me know if I am missing something on my side? I'll be pleased to help if this is an actual issue.

Cheers,

Boris

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

1 participant