Commit fe0232cb fe0232cb8dbe1835ab4224c181449d52eec726a2 by Reina Sweet Committed by Nicolas Perriault

Moving casperjs.bat to its own dir, like rubybin

1 parent 733c925a
@ECHO OFF
set CASPER_BIN=%~dp0
set CASPER_PATH=%~dp0..\
set CASPER_BIN=%CASPER_PATH%bin\
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)
......