add semicolons between the multipme included javascript files - removes certain ambigious situations
This commit is contained in:
parent
4c10bb9377
commit
268e7c605a
2
build.py
2
build.py
@ -141,7 +141,7 @@ def loaderImage(var):
|
||||
return 'data:image/png;base64,{0}'.format(base64.encodestring(open(fn, 'rb').read()).decode('utf8').replace('\n', ''))
|
||||
|
||||
def loadCode(ignore):
|
||||
return '\n\n'.join(map(readfile, sorted(glob.glob('code/*.js'))))
|
||||
return '\n\n;\n\n'.join(map(readfile, sorted(glob.glob('code/*.js'))))
|
||||
|
||||
|
||||
def extractUserScriptMeta(var):
|
||||
|
Loading…
x
Reference in New Issue
Block a user