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