Skip to content

Instantly share code, notes, and snippets.

@tillsanders
Last active August 29, 2015 14:04
Show Gist options
  • Save tillsanders/13d5dd9b14469d8cd109 to your computer and use it in GitHub Desktop.
Save tillsanders/13d5dd9b14469d8cd109 to your computer and use it in GitHub Desktop.
Generate spritesheet using glue
#!/bin/bash
glue graphics/sprites \
--img=./graphics \
--scss=./styles \
--sprite-namespace= \
--namespace="sprite" \
--margin=5 \
--retina
mv ./styles/sprites.scss ./styles/scss/_sprites.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment