mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
added the ability to add costum js/css
This commit is contained in:
parent
325839f9fd
commit
a47b5ab458
5 changed files with 22 additions and 1 deletions
|
@ -53,4 +53,12 @@ fi
|
|||
echo "Clear minfified cache..."
|
||||
rm -f var/minified*
|
||||
|
||||
echo "ensure custom css/js files are created..."
|
||||
for f in $(cat "static/custom/.gitignore")
|
||||
do
|
||||
if [ ! -f "static/custom/$f" ]; then
|
||||
touch "static/custom/$f"
|
||||
fi
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue