Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created August 30, 2017 22:06
Show Gist options
  • Save dustinlacewell-wk/c3db8a1dbb29e3f193e9f329cab7b9e7 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/c3db8a1dbb29e3f193e9f329cab7b9e7 to your computer and use it in GitHub Desktop.
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