We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b9ed0 commit 97a2fdfCopy full SHA for 97a2fdf
1 file changed
contrib/localjs/fetchfiles.sh
@@ -25,6 +25,11 @@ showhelp()
25
echo "Syntax: $0 directory"
26
echo "where directory is the directory in which you want to store the downloaded files."
27
echo ""
28
+ echo "This will download the Javascript- and Font-files used by the default"
29
+ echo "templates in mirrorbits. You can then self-host that directory tree on"
30
+ echo "your webserver instead of using external CDNs."
31
+ echo "You then need to set the LocalJSPath option in your mirrorbits config to"
32
+ echo "point at the web-accessible path to that directory."
33
}
34
35
getlocalfilename ()
0 commit comments