Skip to content

Commit

Permalink
Stop deploying .htaccess
Browse files Browse the repository at this point in the history
This blocks whatwg/html#3292.

Drive-by: index.html now has a file extension
  • Loading branch information
foolip committed Dec 16, 2017
1 parent 87a6a26 commit e6f54a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ The first time this runs, it will ask for your input on where to clone the HTML

After you complete the build steps above, the build will run and generate the single-page version of the spec, the multipage version, and more. If all goes well, you should very soon have all the following in your `output/` directory:

- `.htaccess`
- `404.html`
- `entities.json`
- `fonts/*`
- `images/*`
- `index`
- `index.html`
- `link-fixup.js`
- `multipage/*`

Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ mv "$HTML_TEMP/wattsi-output/multipage-html" "$HTML_OUTPUT/multipage"
mv "$HTML_TEMP/wattsi-output/multipage-dev" "$HTML_OUTPUT/dev"
rm -rf "$HTML_TEMP"

cp -p "$HTML_SOURCE/.htaccess" "$HTML_OUTPUT"
cp -p "$HTML_SOURCE/404.html" "$HTML_OUTPUT"
cp -p "$HTML_SOURCE/link-fixup.js" "$HTML_OUTPUT"
cp -p "$HTML_SOURCE/html-dfn.js" "$HTML_OUTPUT"
Expand Down

0 comments on commit e6f54a3

Please sign in to comment.