Created
August 30, 2017 22:06
-
-
Save dustinlacewell-wk/c3db8a1dbb29e3f193e9f329cab7b9e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff fabfile.py fabfile2.py Wed Aug 30 17:05:32 2017 | |
68,74d67 | |
< # load image content | |
< images={ | |
< 'loader': BasicLoader('content', extensions=['png', 'jpg', 'gif', 'bmp']), | |
< 'processors': [ | |
< PathMetadata() | |
< ], | |
< }, | |
123,125d115 | |
< 'images': StaticWriter( | |
< 'images', | |
< "images/{parent}/{basename}"), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment