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