Enable pythong and node dependency installation

This commit is contained in:
Devon Mackay 2018-07-09 12:57:45 -04:00
parent b8d3a4536b
commit 53f27b2ea2

View File

@ -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