Using bootstrap 4 and fixing symlink handling

This commit is contained in:
Zoe Roux 2021-08-27 16:51:45 +02:00
parent dacccb9e06
commit 16af837cfa
3 changed files with 42 additions and 15968 deletions

View File

@ -23,7 +23,8 @@
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.json", "tsConfig": "tsconfig.json",
"aot": false, "aot": false,
"buildOptimizer": false, "buildOptimizer": false,
"preserveSymlinks": true,
"assets": [ "assets": [
"src/assets", "src/assets",
{ {

16005
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"@angular/platform-browser-dynamic": "^12.1.4", "@angular/platform-browser-dynamic": "^12.1.4",
"@angular/router": "^12.1.4", "@angular/router": "^12.1.4",
"angular-auth-oidc-client": "^12.0.2", "angular-auth-oidc-client": "^12.0.2",
"bootstrap": "^5.0.2", "bootstrap": "^4.6.0",
"detect-browser": "^5.2.0", "detect-browser": "^5.2.0",
"hls.js": "^1.0.7", "hls.js": "^1.0.7",
"jquery": "^3.6.0", "jquery": "^3.6.0",