mirror of
				https://github.com/ShaYmez/ezservermonitor-web.git
				synced 2025-11-03 13:30:39 -05:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| 
								 | 
							
								environment = :production
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								output_style = (environment == :production) ? :compressed : :expanded
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								http_path = "/"
							 | 
						||
| 
								 | 
							
								css_dir = "."
							 | 
						||
| 
								 | 
							
								sass_dir = "_src"
							 | 
						||
| 
								 | 
							
								images_dir = "../images"
							 | 
						||
| 
								 | 
							
								fonts_dir = "./fonts"
							 | 
						||
| 
								 | 
							
								javascripts_dir = "../js"
							 | 
						||
| 
								 | 
							
								relative_assets = true
							 | 
						||
| 
								 | 
							
								line_comments = false
							 | 
						||
| 
								 | 
							
								asset_cache_buster :none
							 |