Skip to content

Commit 2307bd6

Browse files
committed
Use nodejs buildpack directly (instead of via the emberjs buildpack)
Since #2657 we build the frontend twice during a deploy. It seems that the nodejs buildpack (pulled in by the emberjs buildpack) is running our build script so lets just depend on that directly because it is actively supported by Heroku.
1 parent be1c127 commit 2307bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildpacks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
https://github.com/emk/heroku-buildpack-rust#578d630
2-
https://jtgeibel.com/emberjs.tgz
2+
https://github.com/heroku/heroku-buildpack-nodejs#v176
33
https://github.com/heroku/heroku-buildpack-nginx.git#fbc49cd
44
https://github.com/sgrif/heroku-buildpack-diesel#f605edd

0 commit comments

Comments
 (0)