brianleroux / xui

A tiny javascript framework for mobile web apps.
http://github.com/xui/xui
391 stars 159 forks source link

Rake build fail #25

Closed bryanrieger closed 14 years ago

bryanrieger commented 14 years ago

Grabbed a fresh version of XUI today and attempted to build, receive the following error:

No such file or directory - /Users/bryanrieger/Tools/xui/packages/emile/emile.js /Users/bryanrieger/Tools/xui/Rakefile:143:in `initialize'

Apparently 'emile.js' is missing from 'packages' (as I suspect are files related to qunit, shoulda-js and sizzle - those directories are also currently empty).

brianleroux commented 14 years ago

hey dude, you need to:

git submodule init; git submodule update

which will pull in the dependant repos

bryanrieger commented 14 years ago

Thanks! As you might suspect I'm new here.

sepidol commented 13 years ago

i'm freshly clone the repo (20100525), and has execute the git submodule init when updating the submodule, it show some error: fatal: reference is not a tree: 97cec22794f8148da7273d950e8d1cdd192b55fe Unable to checkout '97cec22794f8148da7273d950e8d1cdd192b55fe' in submodule path 'packages/emile'

any suggestion?