Skip to content

Commit dab46a4

Browse files
committed
Update README with heroku deployment issue (cedar and node-sass bug)
1 parent a0e0c17 commit dab46a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,11 @@ buildpack:
174174
heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
175175
```
176176

177-
This runs the two buildpacks in the `.buildpacks` directory.
177+
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

Comments
 (0)