|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
www |
1 |
module.exports = function(grunt) {
|
|
|
2 |
return {
|
|
|
3 |
evenizer: {
|
|
|
4 |
// we need even pixel values for width and height before we scale the image down to @1x
|
|
|
5 |
command: "evenizer --resize -i src/img/flags/@2x/*.png"
|
|
|
6 |
}
|
|
|
7 |
};
|
|
|
8 |
};
|