mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Fix brace 404ing language highlighting stuff
This commit is contained in:
		
							
								
								
									
										13
									
								
								angular.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								angular.json
									
									
									
									
									
								
							@@ -18,10 +18,15 @@
 | 
				
			|||||||
            "main": "src/main.ts",
 | 
					            "main": "src/main.ts",
 | 
				
			||||||
            "polyfills": "src/polyfills.ts",
 | 
					            "polyfills": "src/polyfills.ts",
 | 
				
			||||||
            "tsConfig": "src/tsconfig.app.json",
 | 
					            "tsConfig": "src/tsconfig.app.json",
 | 
				
			||||||
            "assets": [
 | 
					            "assets": [{
 | 
				
			||||||
              { "glob": "*(fonts|images|icons)/**/*",
 | 
					              "glob": "*(fonts|images|icons)/**/*",
 | 
				
			||||||
                "input": "src/assets/",
 | 
					              "input": "src/assets/",
 | 
				
			||||||
                "output": "./" }
 | 
					              "output": "./"
 | 
				
			||||||
 | 
					            },{
 | 
				
			||||||
 | 
					              "glob": "**/*",
 | 
				
			||||||
 | 
					              "input": "node_modules/brace/",
 | 
				
			||||||
 | 
					              "output": "./"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
             ],
 | 
					             ],
 | 
				
			||||||
            "styles": [
 | 
					            "styles": [
 | 
				
			||||||
              "src/styles.scss"
 | 
					              "src/styles.scss"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user