diff options
author | James Woglom <j@wogloms.net> | 2022-08-30 01:54:52 -0400 |
---|---|---|
committer | James Woglom <j@wogloms.net> | 2022-08-30 01:54:52 -0400 |
commit | 9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f (patch) | |
tree | 7cd2dcbe7382d9e4af710c5224df74dd10ef888e | |
parent | Remove testing branch for CI builds (diff) | |
download | metube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.tar.gz metube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.tar.bz2 metube-9454c52c01c3cd5c3bb49754f7faa5e990bd7e3f.zip |
remove unneeded stylePreprocessorOptions
-rw-r--r-- | ui/angular.json | 4 |
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", ] |