Docs: Add download info to Heroku section (#748)

This commit is contained in:
Sagiv Frankel 2017-03-30 14:55:33 +03:00 committed by Lovell Fuller
parent f8e72f443d
commit f64c18ef15

View File

@ -83,6 +83,9 @@ cd /usr/ports/graphics/vips/ && make install clean
### Heroku ### Heroku
libvips and its dependencies are fetched and stored within `node_modules\sharp\vendor` during `npm install`.
This involves an automated HTTPS download of approximately 6.5MB.
Set [NODE_MODULES_CACHE](https://devcenter.heroku.com/articles/nodejs-support#cache-behavior) Set [NODE_MODULES_CACHE](https://devcenter.heroku.com/articles/nodejs-support#cache-behavior)
to `false` when using the `yarn` package manager. to `false` when using the `yarn` package manager.