Skip to content

Commit d6c9ff9

Browse files
authored
Merge pull request #6921 from nextcloud/backport/6428/stable30
[stable30] enh(makefile): clean up css as well
2 parents 99e9ee8 + b97ab4b commit d6c9ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ clean-dev:
7070

7171
clean-git:
7272
rm -r js/
73-
git checkout -- js/
73+
rm -r css/
74+
git checkout -- js/ css/

0 commit comments

Comments
 (0)