Skip to content

Commit

Permalink
fix minification command
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Feb 15, 2024
1 parent 1bb4290 commit 5890287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/docs_part_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ timer_end=$(date +%s)
echo "Total execution time for parsing the features toc: '$(date -u --date @$(( $timer_end - $timer_start )) +%H:%M:%S)'"

echo "Minifying Docs HTML"
html-minifier --input-dir target/jekyll-webapp/docs --output-dir src/main/content/docs/build/site/. --file-ext html --collapse-whitespace --remove-comments
html-minifier --input-dir target/jekyll-webapp/docs --output-dir target/jekyll-webapp/docs --file-ext html --collapse-whitespace --remove-comments
echo "HTML minification complete"

0 comments on commit 5890287

Please sign in to comment.