How to specify BUILD_DIR and CACHE_DIR arguments for custom buildpacks?
Should I set * heroku config:set BUILD_DIR=path_2_src * or put it in
the compile,detect scripts?
My app is not compiling when source files are put in another dir in app's
root folder.
--
--
You received this message
On Wed, Jan 7, 2015 at 2:46 AM, aspal wrote:
> How to specify BUILD_DIR and CACHE_DIR arguments for custom buildpacks?
> Should I set heroku config:set BUILD_DIR=path_2_srcor put it in the
> compile,detect scripts?
> My app is not compiling when source files are put in another dir in app'