diff --git a/readme.md b/readme.md index 1a2e4833e..7ffe3652e 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,12 @@ Example: yo angular-fullstack:deploy heroku ``` +After app modifications run: +```bash +grunt heroku +``` +then commit and push the heroku folder. + ### Route Generates a controller and view, and configures a route in `app/scripts/app.js` connecting them.