mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Merge pull request #2576 from rdubigny/develop
Fix minor typo in installDeps.sh
This commit is contained in:
commit
b26956be4b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ if [ $DOWNLOAD_JQUERY = "true" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Remove all minified data to force node creating it new
|
#Remove all minified data to force node creating it new
|
||||||
echo "Clear minfified cache..."
|
echo "Clearing minified cache..."
|
||||||
rm -f var/minified*
|
rm -f var/minified*
|
||||||
|
|
||||||
echo "Ensure custom css/js files are created..."
|
echo "Ensure custom css/js files are created..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue