|
This being the current build script:
find . -maxdepth 1 ! -name .bundle ! -name . ! -name .git -exec rm -rf {} \;
git checkout .
rake clean
rake setup
rake gen[staging]
Hardy was proposing that such a clean responsibility should be included in a single rake command.
|