Create gulp targets to build `hello_world` and check its gzipped size against size constraints. See #5312, #5314
		
			
				
	
	
		
			13 lines
		
	
	
		
			259 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			259 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <title>Hello Angular 2.0</title>
 | |
| <body>
 | |
|   <hello-app>
 | |
|     Loading...
 | |
|   </hello-app>
 | |
| 
 | |
|   <script src="index.dart" type="application/dart"></script>
 | |
| <script src="packages/browser/dart.js" type="text/javascript"></script>
 | |
| </body>
 | |
| </html>
 |