From 5dc27959d5c0e45cc0cc6133a9ef676cc15d44bd Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Mon, 6 Jan 2014 12:19:51 -0800 Subject: 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 --- scripts/bower/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scripts/bower/README.md (limited to 'scripts/bower/README.md') diff --git a/scripts/bower/README.md b/scripts/bower/README.md deleted file mode 100644 index 06ba9d61..00000000 --- a/scripts/bower/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Angular Bower Script - -Script for updating the Angular bower repos from current local build. - -## Instructions - -`grunt package`: Build angular locally - -```shell -./publish.sh -``` - -## License -MIT - -- cgit v1.2.3