File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -251,14 +251,15 @@ Specifying a deployment strategy is only supported for applications that use the
251251
252252To configure your EmberCLI-Rails applications for Heroku:
253253
254- 1 . Execute ` rails generate ember:heroku `
254+ 1 . Execute ` rails generate ember:heroku ` .
255+ 1 . Commit the newly generated files.
2552561 . [ Add the NodeJS buildpack] [ buildpack ] and configure NPM to include the
256257 ` bower ` dependency's executable file.
257258
258259``` sh
259260$ heroku buildpacks:clear
260- $ heroku buildpacks:add --index 1 https://github.com/ heroku/heroku-buildpack- nodejs
261- $ heroku buildpacks:add --index 2 https://github.com/ heroku/heroku-buildpack- ruby
261+ $ heroku buildpacks:add --index 1 heroku/nodejs
262+ $ heroku buildpacks:add --index 2 heroku/ruby
262263$ heroku config:set NPM_CONFIG_PRODUCTION=false
263264$ heroku config:unset SKIP_EMBER
264265```
You can’t perform that action at this time.
0 commit comments