1
Fork 0

Added gifs to build file

This commit is contained in:
Jake Howard 2015-08-25 16:59:23 +01:00
parent 2217c00caa
commit 5d5a5ed02a
1 changed files with 1 additions and 1 deletions

View File

@ -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: