mirror of
				https://github.com/9001/copyparty.git
				synced 2025-11-04 05:43:17 +00:00 
			
		
		
		
	document the make-sfx.sh fast option
				
					
				
			This commit is contained in:
		@@ -258,6 +258,7 @@ then build the sfx using any of the following examples:
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
./scripts/make-sfx.sh           # regular edition
 | 
			
		||||
./scripts/make-sfx.sh fast      # build faster (worse js/css compression)
 | 
			
		||||
./scripts/make-sfx.sh gz no-cm  # gzip-compressed + no fancy markdown editor
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,6 +6,8 @@ help() { exec cat <<'EOF'
 | 
			
		||||
 | 
			
		||||
# optional args:
 | 
			
		||||
#
 | 
			
		||||
# `fast` builds faster, with cheaper js/css compression
 | 
			
		||||
#
 | 
			
		||||
# `clean` uses files from git (everything except web/deps),
 | 
			
		||||
#   so local changes won't affect the produced sfx
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user