File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ cd $BASE_DIR
7
7
8
8
set -x # Trace commands as they're executed.
9
9
10
- curl http://closure-library.googlecode.com/svn/trunk /closure/goog/i18n/currency.js > closure/currencySymbols.js
11
- curl http://closure-library.googlecode.com/svn/trunk /closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js
12
- curl http://closure-library.googlecode.com/svn/trunk /closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js
13
- curl http://closure-library.googlecode.com/svn/trunk /closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js
14
- curl http://closure-library.googlecode.com/svn/trunk /closure/goog/i18n/pluralrules.js > closure/pluralRules.js
10
+ curl http://google.github.io/ closure-library/source /closure/goog/i18n/currency.js > closure/currencySymbols.js
11
+ curl http://google.github.io/ closure-library/source /closure/goog/i18n/datetimesymbols.js > closure/datetimeSymbols.js
12
+ curl http://google.github.io/ closure-library/source /closure/goog/i18n/datetimesymbolsext.js > closure/datetimeSymbolsExt.js
13
+ curl http://google.github.io/ closure-library/source /closure/goog/i18n/numberformatsymbols.js > closure/numberSymbols.js
14
+ curl http://google.github.io/ closure-library/source /closure/goog/i18n/pluralrules.js > closure/pluralRules.js
You can’t perform that action at this time.
0 commit comments