Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created September 9, 2013 20:35
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 tommymarshall/6501127 to your computer and use it in GitHub Desktop.
Save tommymarshall/6501127 to your computer and use it in GitHub Desktop.
Parts Sprite Builder
module.exports = {
partsOneX: {
expand: true,
src: 'assets/images/parts/*-1x.png',
dest: 'assets/images/parts/normal',
flatten: true,
filter: 'isFile',
},
partsTwoX: {
expand: true,
src: 'assets/images/parts/*-2x.png',
dest: 'assets/images/parts/retina',
flatten: true,
filter: 'isFile',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment