mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 03:49:09 +00:00
Added code to modify the module html files to make them point to the root css file.
This commit is contained in:
parent
e09b145803
commit
d14fb1e87d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user