mirror of
https://github.com/mirego/accent.git
synced 2024-11-10 10:09:21 +03:00
24 lines
741 B
Plaintext
24 lines
741 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=9.5.0
|
|
|
|
# We can set the version of NPM to use for the app here
|
|
npm_version=6.1.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
|