Added gifs to build file
This commit is contained in:
parent
2217c00caa
commit
5d5a5ed02a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def get_filename(path):
|
|||
return path.replace('assets/', '')
|
||||
|
||||
|
||||
files = glob('assets/*.png', 'assets/*.gif')
|
||||
files = glob('assets/*.png') + glob('assets/*.gif')
|
||||
images = []
|
||||
|
||||
for filename in files:
|
||||
|
|
Reference in a new issue