You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
2
+
3
+
*`grunt build`
4
+
* `cd dist
5
+
*`heroku login` (if you are not already authenticated)
6
+
*`heroku git:remote -a foo-bar-42424`
7
+
*`cd ..`
8
+
*`grunt build` (not sure if this one is necessary)
9
+
*`grunt buildcontrol:heroku`
10
+
11
+
-- [@flaurian](https://github.com/flaurian) via [#1966](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1966#issuecomment-231297368)
0 commit comments