Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-22 23:47:28 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-22 23:47:28 +0300
commit0c8cd045daba914994d04535a941b6d46ea838ee (patch)
treef54affbb88aed89c60df7464f742d7392a225988 /Makefile
parent5fe9e5411c4e2fcb477a929590733928f26d7e54 (diff)
Move built SCSS files to root css directory
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 71f8e1f6..a197bb75 100644
--- a/Makefile
+++ b/Makefile
@@ -100,9 +100,9 @@ update-composer: composer.phar
# Removes the build directory and the compiled files
.PHONY: clean
clean:
- rm -f ./css/src/sprites.scss
- rm -f ./css/src/sprites-bw.scss
- rm -f ./css/src/sprites-color.scss
+ rm -f ./css/sprites.scss
+ rm -f ./css/sprites-bw.scss
+ rm -f ./css/sprites-color.scss
rm -f ./img/sprites.svg
rm -f ./img/bw.svg
rm -f ./img/color.svg