aboutsummaryrefslogtreecommitdiff
path: root/frontend/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/angular.json')
-rw-r--r--frontend/angular.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/angular.json b/frontend/angular.json
index edf0140f..bbbe3eaa 100644
--- a/frontend/angular.json
+++ b/frontend/angular.json
@@ -27,10 +27,11 @@
"src/assets"
],
"styles": [
+ "src/custom-theme.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
- "scripts": []
+ "scripts": ["node_modules/bootstrap/dist/js/bootstrap.min.js"]
},
"configurations": {
"production": {