Problem with GIT version

Subscribe to Problem with GIT version 9 post(s), 2 voice(s)

 
Avatar freaker 7 post(s)

Hello all!
I’ve just downloaded Prototype-UI from GIT. When I try to run some of the test files I get some errors:

1. document.whenReady is not a function and when I replace it with document.observe(‘dom:loaded’, XXXXXXX); I get this:
2. UI is not defined

how to fix them?

btw: In my project I use Window.js (downloaded from the main page) without problems….

 
Avatar StarPeak 24 post(s)

did you ran the rake tasks as described on http://dev.prototype-ui.com/wiki/PrototypeUI ?

 
Avatar freaker 7 post(s)

Where should I run this commands?

 
Avatar freaker 7 post(s)

please, can someone run this commands (rake dist and rake dist:each) and then send me the files?

 
Avatar freaker 7 post(s)

I’ve figured it out :)

 
Avatar freaker 7 post(s)

I tried to run rake commands but the following error ocured:
http://img81.imageshack.us/my.php?image=rakemg6…

 
Avatar StarPeak 24 post(s)

did you try to change to the prototypeui directory and just call “rake dist” – than it should find the rake file by itself and also the test directory

 
Avatar freaker 7 post(s)

how to chagne the directory? I tried with GOTO command but it redirects me back to docs and settings :(

 
Avatar freaker 7 post(s)

ok. I made it (sun)