forked from 0x2620/pandora
fixup for d07a60ba5f
, dont include pandora.js in itself
This commit is contained in:
parent
e61ac87a64
commit
0fd86dfa78
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ def update_static():
|
|||
else:
|
||||
fsite = f
|
||||
basefile = f.split('.')[0] + '.js'
|
||||
if f not in (
|
||||
if f.split('/')[-1] not in (
|
||||
'pandora.js', 'pandora.min.js'
|
||||
) and f.endswith('.js') and (
|
||||
len(f.split('.')) == 2 or
|
||||
|
|
Loading…
Reference in a new issue