Skip to content

Commit 515ed53

Browse files
domenicannevk
authored andcommitted
Copy styles.css to the output directory
Follows whatwg/html#5536.
1 parent c5cd69d commit 515ed53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ Disallow: /review-drafts/" > "$HTML_OUTPUT/robots.txt"
520520
cp -p "$HTML_SOURCE/404.html" "$HTML_OUTPUT"
521521
cp -p "$HTML_SOURCE/link-fixup.js" "$HTML_OUTPUT"
522522
cp -p "$HTML_SOURCE/html-dfn.js" "$HTML_OUTPUT"
523+
cp -p "$HTML_SOURCE/styles.css" "$HTML_OUTPUT"
523524
cp -pR "$HTML_SOURCE/fonts" "$HTML_OUTPUT"
524525
cp -pR "$HTML_SOURCE/images" "$HTML_OUTPUT"
525526
cp -pR "$HTML_SOURCE/demos" "$HTML_OUTPUT"

0 commit comments

Comments
 (0)