BUILD_DIR and CACHE_DIR for compiling through a custom buildpack

2015-01-07 Thread aspal
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

Re: BUILD_DIR and CACHE_DIR for compiling through a custom buildpack

2015-01-07 Thread Daniel Farina
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'