New rule uses polymer-bundler instead of deprecated vulcanize. Also use this rule to package UI plugins. Also for combining PolyGerrit UI. Feature: Issue 7144 Change-Id: I17380c670fe4a980dc9748b356e7df18aebdb4ca
		
			
				
	
	
		
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			Python
		
	
	
	
	
	
NPM_VERSIONS = {
 | 
						|
    "bower": "1.8.2",
 | 
						|
    "crisper": "2.0.2",
 | 
						|
    "polymer-bundler": "4.0.2",
 | 
						|
}
 | 
						|
 | 
						|
NPM_SHA1S = {
 | 
						|
    "bower": "adf53529c8d4af02ef24fb8d5341c1419d33e2f7",
 | 
						|
    "crisper": "7183c58cea33632fb036c91cefd1b43e390d22a2",
 | 
						|
    "polymer-bundler": "6b296b6099ab5a0e93ca914cbe93e753f2395910",
 | 
						|
}
 |