accent/phoenix_static_buildpack.config
2019-06-27 15:30:50 -04:00

24 lines
743 B
Plaintext

# Clean out cache contents from previous deploys
clean_cache=false
# We can change the filename for the compile script with this option
compile="compile"
# We can set the version of Node to use for the app here
node_version=10.16.0
# We can set the version of NPM to use for the app here
npm_version=6.9.0
# We can set the path to phoenix app. E.g. apps/phoenix_app when in umbrella.
phoenix_relative_path=.
# Remove node and node_modules directory to keep slug size down if it is not needed.
remove_node=false
# We can change path that npm dependencies are in relation to phoenix app. E.g. assets for phoenix 1.3 support.
assets_path=webapp
# We can change phoenix mix namespace tasks. E.g. phx for phoenix 1.4 support.
phoenix_ex=phx