Commit fe0232cb fe0232cb8dbe1835ab4224c181449d52eec726a2 by Reina Sweet Committed by Nicolas Perriault

Moving casperjs.bat to its own dir, like rubybin

1 parent 733c925a
1 @ECHO OFF 1 @ECHO OFF
2 set CASPER_BIN=%~dp0
3 set CASPER_PATH=%~dp0..\ 2 set CASPER_PATH=%~dp0..\
3 set CASPER_BIN=%CASPER_PATH%bin\
4 4
5 set PHANTOMJS_NATIVE_ARGS=(--cookies-file --config --debug --disk-cache --ignore-ssl-errors --load-images --load-plugins --local-storage-path --local-storage-quota --local-to-remote-url-access --max-disk-cache-size --output-encoding --proxy --proxy-auth --proxy-type --remote-debugger-port --remote-debugger-autorun --script-encoding --web-security) 5 set PHANTOMJS_NATIVE_ARGS=(--cookies-file --config --debug --disk-cache --ignore-ssl-errors --load-images --load-plugins --local-storage-path --local-storage-quota --local-to-remote-url-access --max-disk-cache-size --output-encoding --proxy --proxy-auth --proxy-type --remote-debugger-port --remote-debugger-autorun --script-encoding --web-security)
6 6
......