Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/polymer/v1_0/extract_inline_scripts.sh

Issue 1558403002: Update crisper to use --script-in-head=false now that it's respected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v1_0/extract_inline_scripts.sh
diff --git a/third_party/polymer/v1_0/extract_inline_scripts.sh b/third_party/polymer/v1_0/extract_inline_scripts.sh
index 91fc6eaccb9d753c1a002236cc69b7c046d789f5..e4c891f75638f63b469aee16065981f468508c06 100755
--- a/third_party/polymer/v1_0/extract_inline_scripts.sh
+++ b/third_party/polymer/v1_0/extract_inline_scripts.sh
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698