aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Woglom <j@wogloms.net>2022-08-30 01:54:52 -0400
committerJames Woglom <j@wogloms.net>2022-08-30 01:54:52 -0400
commit9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f (patch)
tree7cd2dcbe7382d9e4af710c5224df74dd10ef888e
parentRemove testing branch for CI builds (diff)
downloadmetube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.tar.gz
metube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.tar.bz2
metube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.zip
remove unneeded stylePreprocessorOptions
-rw-r--r--ui/angular.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/angular.json b/ui/angular.json
index 1529f3f..a8ee71f 100644
--- a/ui/angular.json
+++ b/ui/angular.json
@@ -30,10 +30,6 @@
"styles": [
"src/styles.sass"
],
- "stylePreprocessorOptions": {
- "includePaths": [
- ]
- },
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js",
]
bgstack15