Skip to content

Commit 6ba7e75

Browse files
committed
Auto merge of #2806 - jtgeibel:use-nodejs-buildpack-directly, r=JohnTitor
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. r? `@JohnTitor`
2 parents 4ca9c1b + 2307bd6 commit 6ba7e75

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)