Skip to content
Snippets Groups Projects
Commit 686b187f authored by François Agneray's avatar François Agneray
Browse files

Add fontawesome-free

parent 7ccf31dd
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "scss"
},
"@schematics/angular:application": {
"strict": true
"strict": true
}
},
"root": "",
......@@ -27,43 +27,46 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
"node_modules/@fortawesome/fontawesome-free/css/all.css",
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/@fortawesome/fontawesome-free/css/all.css"
]
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
......@@ -72,10 +75,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "client:build:production"
"browserTarget": "client:build:production"
},
"development": {
"browserTarget": "client:build:development"
"browserTarget": "client:build:development"
}
},
"defaultConfiguration": "development"
......@@ -83,11 +86,11 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "client:build"
}
"browserTarget": "client:build"
}
}
}
}
},
"defaultProject": "client"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment