After you have generated the app, go to heroku.com and create and application manually (ex. foo-bar-42424). Then, starting frome the root folder, run the following commands:
gulp build
heroku login
(if you are not already authenticated)heroku git:remote -a foo-bar-42424
cd ..
gulp build
(not sure if this one is necessary)gulp buildcontrol:heroku