You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/09/16 21:56:10 UTC

[allura] 01/02: node-sass removal: one more spot

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 38a8b27c9eae459814facce103b39996bbd2766a
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Fri Sep 16 17:45:41 2022 -0400

    node-sass removal: one more spot
---
 scripts/init-docker-dev.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/init-docker-dev.sh b/scripts/init-docker-dev.sh
index 381ee0626..325d09ff4 100755
--- a/scripts/init-docker-dev.sh
+++ b/scripts/init-docker-dev.sh
@@ -54,7 +54,8 @@ pip install -q -r requirements.txt
 /allura/rebuild-all.bash
 echo
 
-if [[ ! -e /allura/Allura/allura/public/nf/js/build/transpiled.js || ! -e /allura/Allura/allura/nf/responsive/css/styles.css ]]; then
+if [[ ! -e /allura/Allura/allura/public/nf/js/build/transpiled.js ]]; then
+            #  || ! -e /allura/Allura/allura/nf/responsive/css/styles.css
   echo -e "Installing npm packages"
   npm ci  # if we want more progress displayed:  --loglevel http