Skip to content

Commit f2742b8

Browse files
committed
Revert "Uses a better cleaning command, closes #2203"
This reverts commit 2e99de6. It appears it removes the files generated by the build, such as app.js
1 parent 9e3ec58 commit f2742b8

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)