diff options
| author | Tobias Bosch | 2014-02-06 17:49:14 -0800 |
|---|---|---|
| committer | Tobias Bosch | 2014-02-06 17:53:37 -0800 |
| commit | fcf4393680191584677872c686f26bfff01e4f37 (patch) | |
| tree | 6b1f5b4915efb01d5b5703ff00b75a74c4c9b1fc /i18n/generate.sh | |
| parent | 16301bed2838276b1d5f315bde621edb32f82c6c (diff) | |
| download | angular.js-fcf4393680191584677872c686f26bfff01e4f37.tar.bz2 | |
chore(build): Update closure i18n integration
Use git repo as source and use q-io instead of q-fs
Diffstat (limited to 'i18n/generate.sh')
| -rwxr-xr-x | i18n/generate.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n/generate.sh b/i18n/generate.sh index 3b3f4442..4c5db440 100755 --- a/i18n/generate.sh +++ b/i18n/generate.sh @@ -1,7 +1,12 @@ #!/bin/bash +set -e + BASE_DIR=`dirname $0` cd $BASE_DIR +./run-tests.sh + +node src/closureSlurper.js + -../node_modules/.bin/jasmine-node spec/ --noColor && node src/closureSlurper.js |
