Last active
August 5, 2018 17:46
-
-
Save dimitrinicolas/ceef8cff59b5fd85c98a3504f98821d3 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
{ | |
"input": "assets", | |
"output": "assets/output", | |
"watch": true, | |
"filters": [ | |
{ | |
"glob": "**/*.*", | |
"use": [ | |
{ | |
"name": "lepto.jpeg", | |
"quality": 75 | |
}, | |
{ | |
"name": "lepto.png", | |
"quality": 75 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment