Procházet zdrojové kódy

Added code to modify the module html files to make them point to the root css file.

Luke Taylor před 18 roky
rodič
revize
d14fb1e87d
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      releasebuild.sh

+ 9 - 0
releasebuild.sh

@@ -44,6 +44,15 @@ then
   exit 1;
 fi
 
+# Patch the module site files to point to the correct css file
+
+pushd $RELEASE_DIR/site
+
+find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/site\.css#\.\./css/site\.css#'
+
+popd
+
+
 
 # Assemble the required jar files