File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -530,8 +530,8 @@ function doServerBuild {
530
530
# server getting confused about their absence.) demos/ needs to be sent in full for inlining.
531
531
local zip_args=(
532
532
--recurse-paths " $HTML_TEMP /$input_zip " . \
533
- --include ./source ./404.html ./link-fixup .js ./html-dfn.js ./styles.css \
534
- ./fonts/ ./images/ ./dev/ ./demos/\*
533
+ --include ./source ./404.html " ./* .js" ./styles.css \
534
+ ./fonts/ ./images/ ./dev/ " ./demos/* "
535
535
)
536
536
$QUIET && zip_args+=( --quiet )
537
537
(cd " $HTML_SOURCE " && zip " ${zip_args[@]} " )
@@ -707,8 +707,7 @@ function processSource {
707
707
Disallow: /commit-snapshots/
708
708
Disallow: /review-drafts/" > " $HTML_OUTPUT /robots.txt"
709
709
cp -p " $HTML_SOURCE /404.html" " $HTML_OUTPUT "
710
- cp -p " $HTML_SOURCE /link-fixup.js" " $HTML_OUTPUT "
711
- cp -p " $HTML_SOURCE /html-dfn.js" " $HTML_OUTPUT "
710
+ cp -p " $HTML_SOURCE /" * .js " $HTML_OUTPUT "
712
711
cp -p " $HTML_SOURCE /styles.css" " $HTML_OUTPUT "
713
712
cp -pR " $HTML_SOURCE /fonts" " $HTML_OUTPUT "
714
713
cp -pR " $HTML_SOURCE /images" " $HTML_OUTPUT "
You can’t perform that action at this time.
0 commit comments