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