Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: background.html.tmpl

Issue 11544056: Prepared buildtools for Safari (Closed)
Patch Set: Created Oct. 31, 2013, 3:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Info.plist.tmpl ('k') | build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.html.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/background.html.tmpl
@@ -0,0 +1,9 @@
+<html>
+<head>
+{%- for script in backgroundScripts %}
+<script type="application/javascript" src="{{ script }}"></script>
+{%- endfor %}
+</head>
+<body>
+</body>
+</html>
« no previous file with comments | « Info.plist.tmpl ('k') | build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld