mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +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",
|
"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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user