move some helper scripts into bin/

This commit is contained in:
Jonathan Lipps
2013-10-16 20:49:59 -07:00
parent 158c4887bd
commit ae94df62af
4 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
assets/
submodules/
publish.sh
bin/publish.sh
reset.sh
reset.bat
test.sh
bin/test.sh
sample-code/
test/
android/bootstrap/bin/

View File

@@ -117,13 +117,13 @@ Once your system is set up and your code is up to date, you can run unit tests w
You can run functional tests for all supported platforms with:
./test.sh
bin/test.sh
Or you can run particular platform tests with `test.sh`:
./test.sh --android
./test.sh --ios
./test.sh --ios7
bin/test.sh --android
bin/test.sh --ios
bin/test.sh --ios7
Before committing code, please run `grunt` to execute some basic tests and check
your changes against code quality standards: