Open Golodhros opened 11 years ago
Hi Golodhros,
thanks for your information.
I am currently investigating in https://github.com/raDiesle/backbone-fundamentals/blob/gh-pages/chapters/10-mobile-applications.md as well as https://github.com/raDiesle/backbone-fundamentals/tree/gh-pages/practicals/todo-jqm-app which was already merged with the trunk.
Within next week, I'm planning to update to the newest libraries, so stay tuned!
Thanks!
i find the similar problem , wait for your update
I commited the upgrade to grunt 0.4.0. Can you check it again.
The steps needed are :
npm uninstall -g grunt
npm install -g grunt-cli // actually not needed npm install grunt --save-dev
then run : grunt handlebars grunt connect:server:keepalive
Is it working for you?
It's Working!! Thanks a lot!!
ok,working , thanks a lot ,the chapter - 10-mobile-applications, very helpful to me !
Not working.
Hi there,
I have follow your installation instructions, but when I get to the handlebars precompilation step I got this error: Error: TypeError: Object #
Could it be due to a change in bbb contrib?
Many thanks for your awesome work!