add ftp script to auto deploy to angularjs.org

This commit is contained in:
Misko Hevery
2010-08-14 11:03:36 -07:00
parent 26b5ae4109
commit 91104f878d
3 changed files with 12 additions and 0 deletions

5
angularjs.ftp Normal file
View File

@@ -0,0 +1,5 @@
bin
cd angularjs.org/ng
put angular-debug.js js/angular-debug.js
put angular-minified.js js/angular-minified.js
put angular-scenario.js js/angular-scenario.js