Skip to content

Commit dfb04ec

Browse files
committed
Revert "Revert "Revert "Uses a better cleaning command, closes #2203"""
This reverts commit 4e7d40e. Actually it is the cause of JS removal
1 parent d42ff11 commit dfb04ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

util/update-and-sync

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ echo 'Cleaning out old HTML files'
3030
# don't clean out html/ entirely, because there are some files
3131
# under version control there
3232
# build-log has been moved elsewhere, however
33-
# find html/ -name '*.html' -delete # This was the former order
34-
# This new one will clean all files not under source control.
35-
# Use only in the machine where you are going to run things.
36-
git clean -fd
33+
find html/ -name '*.html' -delete
3734

3835
# if the htmlify fails, sync the build log.
3936
# since sync-build-log returns false, not the whole thing is synced

0 commit comments

Comments
 (0)