Commit 470d3c2c authored by dbeam's avatar dbeam Committed by Commit bot
parent 49bcd394
......@@ -44,6 +44,7 @@ do
html_without_js="$dir/$name-extracted.html"
extracted_js="$dir/$name-extracted.js"
crisper --source "$original_html_name" --html "$html_without_js" --js "$extracted_js"
crisper --script-in-head=false --source "$original_html_name" \
--html "$html_without_js" --js "$extracted_js"
mv "$html_without_js" "$original_html_name"
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment