We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e0c17 commit dab46a4Copy full SHA for dab46a4
README.md
@@ -174,4 +174,11 @@ buildpack:
174
heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
175
```
176
177
-This runs the two buildpacks in the `.buildpacks` directory.
+This runs the two buildpacks in the `.buildpacks` file.
178
+
179
+Also make sure you are running the latest heroku stack, cedar-14, to avoid running
180
+into the [following issue](https://github.com/sass/node-sass/issues/467#issuecomment-61729195).
181
182
+```
183
+heroku stack:set cedar-14 -a react-webpack-rails-tutorial
184
0 commit comments