Enable pythong and node dependency installation
This commit is contained in:
parent
b8d3a4536b
commit
53f27b2ea2
@ -8,6 +8,10 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|||||||
# Set sass compiling command for this app
|
# Set sass compiling command for this app
|
||||||
COMPILE_SASS_CMD="webassets -m atst.assets build"
|
COMPILE_SASS_CMD="webassets -m atst.assets build"
|
||||||
|
|
||||||
|
# Enable python and node package installation
|
||||||
|
INSTALL_PYTHON_PACKAGES="true"
|
||||||
|
INSTALL_NODE_PACKAGES="true"
|
||||||
|
|
||||||
# Run the shared bootstrap script
|
# Run the shared bootstrap script
|
||||||
source ./script/include/run_bootstrap
|
source ./script/include/run_bootstrap
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user