Skip to content

Instantly share code, notes, and snippets.

@alexVauch
Created February 17, 2016 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexVauch/7c7147818891045fdf74 to your computer and use it in GitHub Desktop.
Save alexVauch/7c7147818891045fdf74 to your computer and use it in GitHub Desktop.
copy: {
i18n: {
files: [
{
expand: true,
cwd: '/project_files',
src: '**/*.php',
dest: '/temp',
rename: (function () {
var index = 0;
return function (dest, src) {
return dest + index++;
}
}())
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment