Files @ 19d93bd709bf
Branch filter:

Location: kallithea/docs/readme.rst - annotation

19d93bd709bf 42 B text/prs.fallenstein.rst Show Source Show as Raw Download as Raw
Mads Kiilerich
html: put 'use strict' on separate lines

use.py:
import re
import sys
for fn in sys.argv[1:]:
with open(fn) as f:
s = f.read()
s = re.sub(r'''(<script>)('use strict';)\n( *)''', r'''\1\n\3\2\n\3''', s)
with open(fn, 'w') as f:
f.write(s)

python use.py $(hg loc 'kallithea/templates/**.html')
1
2
3
.. _readme:

.. include:: ./../README.rst