You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: