We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aec47c commit ee09168Copy full SHA for ee09168
update-google-analytics.py
@@ -17,7 +17,7 @@
17
# <script type="text/javascript" src="/hoge/huga/hoge.js"></script>
18
def replace_js_file(path, out_path, js_file):
19
data = '''<!-- Start Google Analytics -->
20
-<script type="text/javascript" src="{filename}"></script>
+<script async type="text/javascript" src="{filename}"></script>
21
<!-- End Google Analytics -->
22
'''.format(filename=js_file)
23
0 commit comments