From fa46fc4228cc1c2530654621ebfb48dddf82c5bc Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 3 Sep 2015 08:55:36 +0200 Subject: [PATCH] Remove complete.html as it is a duplicate of index There seems to be no reason to output this file anymore. --- .gitignore | 1 - README.md | 1 - build.sh | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2b2d00d..0454cac7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .wattsi-output/ caniuse.json cldr.inc -complete.html entities-dtd.url entities-unicode.inc entities.inc diff --git a/README.md b/README.md index a4dfd9cc..89516731 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ The relevant output files will be placed in this directory. They are: - .htaccess - .multipage-404 -- complete.html - entities.json - fonts/* - images/* diff --git a/build.sh b/build.sh index ec556a7a..d7483740 100755 --- a/build.sh +++ b/build.sh @@ -61,7 +61,7 @@ echo "" >> .wattsi-output/multipage-html/.htaccess cp .multipage-404 .wattsi-output/multipage-html/404.html rm -rf multipage index -cp complete.html index +mv complete.html index mv .wattsi-output/multipage-html multipage # show potential problems