aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/code.angularjs.org/README.md
diff options
context:
space:
mode:
authorTobias Bosch2014-01-06 12:19:51 -0800
committerTobias Bosch2014-01-06 12:27:54 -0800
commit5dc27959d5c0e45cc0cc6133a9ef676cc15d44bd (patch)
treeecc31ec61ff67169774d529d487f819616638a01 /scripts/code.angularjs.org/README.md
parent4c21355940a98c7236a33d1b5e86d6cd3cf562cb (diff)
downloadangular.js-5dc27959d5c0e45cc0cc6133a9ef676cc15d44bd.tar.bz2
chore(build): refactor build scripts in prepare/publish phase
Refactored all scripts so that they are divided into a `prepare` and a `publish` phase. By this we can build, test, tag, commit everything first. Only if all of this is ok we start pushing to Github. By this we keep Github consistent even in error cases. Extracted include script `/scripts/utils.inc`: - parse and validate named arguments in the style `--name=value` - proxy git command and deactivate `git push` based on command option `--git_push_dry_run=true` (will be inherited to child scripts) - enable/disable bash debug mode by command option `--verbose=true` - dispatch to functions based on command option `--action=...` - helper functions for dealing with json files
Diffstat (limited to 'scripts/code.angularjs.org/README.md')
-rw-r--r--scripts/code.angularjs.org/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/code.angularjs.org/README.md b/scripts/code.angularjs.org/README.md
deleted file mode 100644
index e3887004..00000000
--- a/scripts/code.angularjs.org/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# code.angular.js.org Script
-
-Script for updating code.angularjs.org repo from current local build.
-
-Note: For a snapshot build, this will fetch the data from the ci server
-and NOT take the local build!
-
-## Instructions
-
-`grunt package`: Build angular locally
-
-```shell
-./publish.sh
-```
-
-## License
-MIT
-