mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Integrate templates into bindata optionally (#314)
Integrated optional bindata for the templates
This commit is contained in:
		@@ -22,7 +22,7 @@ func Static(opts *Options) macaron.Handler {
 | 
			
		||||
				AssetDir:   AssetDir,
 | 
			
		||||
				AssetInfo:  AssetInfo,
 | 
			
		||||
				AssetNames: AssetNames,
 | 
			
		||||
				Prefix:     "../../public",
 | 
			
		||||
				Prefix:     "",
 | 
			
		||||
			}),
 | 
			
		||||
		},
 | 
			
		||||
	)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user