I cloned the git repo and ran build, but it also produces an error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/YAML.rb:143:in `initialize': No such file or directory - util/
profiles/core.js (Errno::ENOENT)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/YAML.rb:143:in `open'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/YAML.rb:143:in `load_file'
from /Users/ibbt/Documents/Ext Repos/xui/build:16
The core.js file is in the util/profiles directory. If I change the
value of profile_path on line 7 of 'build' to the full path, it throws
a bunch of other errors:
cat: src/header.js: No such file or directory
sh: echo.: command not found
cat: src/base.js: No such file or directory
sh: echo.: command not found
cat: src/js/dom.js: No such file or directory
sh: echo.: command not found
cat: src/js/event.js: No such file or directory
sh: echo.: command not found
cat: src/js/fx.js: No such file or directory
sh: echo.: command not found
cat: src/js/style.js: No such file or directory
sh: echo.: command not found
cat: src/js/xhr.js: No such file or directory
sh: echo.: command not found
cat: packages/emile/emile.js: No such file or directory
sh: echo.: command not found
cat: src/footer.js: No such file or directory
sh: echo.: command not found
It shouldn't be this hard to use a js library, don't you guys
agree ? ;)