From bf2099d1a7987d2fc07001f24e9e7575b8f79922 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 2 Aug 2018 16:48:52 -0400 Subject: [PATCH] Don't compile webassets in bootstrap script --- script/bootstrap | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/bootstrap b/script/bootstrap index 2512dde7..e72c4983 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -5,9 +5,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh -# Set sass compiling command for this app -COMPILE_SASS_CMD="webassets -m atst.assets build" - # Enable python and node package installation INSTALL_PYTHON_PACKAGES="true" INSTALL_NODE_PACKAGES="true"