We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11b6b2 commit 2142930Copy full SHA for 2142930
examples/skip-prefix.md
@@ -18,7 +18,7 @@ var opts = {
18
hooks: {
19
onSaveSpritesheet: function(opts, spritesheet) {
20
// We assume that the groups is not an empty array
21
- var filenameChunks = spritesheet.groups.slice().push('png');
+ var filenameChunks = spritesheet.groups.concat('png');
22
return path.join(opts.spritePath, filenameChunks.join('.'));
23
}
24
0 commit comments