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

error in handlebars_packaged.js #5

Open
allenan opened this issue Oct 10, 2012 · 3 comments
Open

error in handlebars_packaged.js #5

allenan opened this issue Oct 10, 2012 · 3 comments

Comments

@allenan
Copy link

allenan commented Oct 10, 2012

I followed the setup instructions but when I start the server and go to the page, I see the following error in the console:

handlebars_packaged.js:89
Uncaught TypeError: Cannot read property 'helperMissing' of undefined

I found a couple of other instances of this bug cropping up:
gruntjs/grunt-contrib#47
handlebars-lang/handlebars.js#60

I'm also getting this error:

jquery.js:8214
GET http://127.0.0.1:8000/assets/js/libs/require.js?_=1349901991863 404 (Not Found)

I'm thinking it might be an issue of using a more recent version of grunt-contrib. I'm using 2012.09.10, v0.2.0

@kvan1
Copy link

kvan1 commented Oct 26, 2012

Same 404 & Uncaught TypeError here with [email protected]
Any ideas?

@raDiesle
Copy link
Owner

Hi, sorry for late response, currently there is less time.
I just commited my version of grunt-contrib to 0.1.7,
with 0.3.0 I got when running bbb handlebars => "grunt-contrib not found - successful"

Is this helpful?

If this project is working stable with the current version, I'll add documentation and improve code as well as
publish it to Addy Osmanis TodoMVC collection

@kvan1
Copy link

kvan1 commented Oct 26, 2012

OK!
I'm getting the Todo UI on screen now. I just removed grunt-contrib and then npm install [email protected], deleted handlebars_packaged.js and ran bbb handlebars.

The 2nd GET for require.js from jquery, with the require.js?_uid (for no-cache ?), is still 404 in Chrome, but it is loading in an earlier request from index.html's script data-main.

As for functionality, Todos save, filter, update and delete. The page links are ok, tho' the open dialog button at the bottom is a no-op.

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

3 participants