tbranyen / github-viewer

GitHub Viewer.
MIT License
366 stars 59 forks source link

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

Open boriguen opened 10 years ago

boriguen commented 10 years ago

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