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/update-closure.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/update-closure.sh')
| -rwxr-xr-x | i18n/update-closure.sh | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/i18n/update-closure.sh b/i18n/update-closure.sh index 2ddf8892..e8f7cb5c 100755 --- a/i18n/update-closure.sh +++ b/i18n/update-closure.sh @@ -7,8 +7,9 @@ cd $BASE_DIR  set -x  # Trace commands as they're executed. -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/currency.js > closure/currencySymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js -curl http://closure-library.googlecode.com/svn/trunk/closure/goog/i18n/pluralrules.js > closure/pluralRules.js +# use the github repo as it is more up to date than the svn repo +curl https://closure-library.googlecode.com/git/closure/goog/i18n/currency.js > closure/currencySymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js +curl https://closure-library.googlecode.com/git/closure/goog/i18n/pluralrules.js > closure/pluralRules.js  | 
