Skip to content

Commit

Permalink
Merge pull request #954 from USEPA/EPAD8-1976-do-not-export-font-files
Browse files Browse the repository at this point in the history
EPAD8-1976 do not export font files
  • Loading branch information
azinck authored Jan 31, 2023
2 parents 8b00593 + 5deb2e0 commit 7be4c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function createExportFile(NodeInterface $node) {

exec("cd " . dirname($export_dir)
. " && wget --execute robots=off --restrict-file-names=windows --no-host-directories --timestamping --convert-links --adjust-extension --directory-prefix="
. basename($export_dir) . " --content-on-error --no-verbose --recursive --level=1 --page-requisites -I /core,/libraries,/modules,/s3fs-css,/s3fs-js,/sites,/system,/themes,/sites,/misc -X /themes/epa_theme/pattern-lab "
. basename($export_dir) . " --content-on-error --no-verbose --recursive --level=1 --page-requisites -I /core,/libraries,/modules,/s3fs-css,/s3fs-js,/sites,/system,/themes,/sites,/misc -X /themes/epa_theme/pattern-lab,/themes/epa_theme/fonts "
. $url . ' 2>&1', $wget_output, $wget_status);

// Log the output of wget if we hit an error (non-zero status code).
Expand Down

0 comments on commit 7be4c64

Please sign in to comment.