Re: Minifying js
							
								
							
							
								Reply #15 – 
							
							
						
					
					
						Does the hive needs to cache everything? It creates some css conflicts, by forcing cached css in the place of the changed one.
						
						
					
				
				
						
						
							Re: Minifying js
							
								
							
							
								Reply #16 – 
							
							
						
					
					
						That's somehow odd, minification should preserve exactly the same file order of the non-minified version, so it should be exactly the same.
The only problem could be a but somewhere in the minification process.
Is it something in your custom.css that is triggering the conflicts or did you change the original file or both?
						
						
					
				
				
						
						
							Re: Minifying js
							
								
							
							
								Reply #17 – 
							
							
						
					
					
						I've only added custom.css. No other css was touched. The hive thing was mostly visible on "a" tags, that were forced to have an ugly blue link colour. I have switched it off for now to observe behaviour.