Skip to content

Commit

Permalink
Merge pull request #6044 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in optimize.sh
  • Loading branch information
Anton-4 authored Nov 21, 2023
2 parents 08ee6ed + 38ad8f1 commit d34509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/optimize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ rm dist/site.css

# Find the new filename
css_with_hash=$(basename dist/site-*.css)
# Replace all occurances in the html
# Replace all occurrences in the html
sed -i "s:/wip/site.css:/wip/${css_with_hash}:g" dist/*.html

0 comments on commit d34509e

Please sign in to comment.