Skip to content

Instantly share code, notes, and snippets.

@jepek
Created August 29, 2014 14:18
Show Gist options
  • Save jepek/a2521a122e90cf554386 to your computer and use it in GitHub Desktop.
Save jepek/a2521a122e90cf554386 to your computer and use it in GitHub Desktop.
iconizr config
iconizr: {
sprite: {
src: ['<%= globalVars.devDir %>/img/spriteSource'],
dest: '<%= globalVars.dist %>/img/sprites/',
options: {
verbose : 3,
spritedir: '.',
dims : true,
layout : 'diagonal',
render: {
css: false,
scss : '../../../<%= globalVars.devDir %>/sass/sprites/_icons',
},
prefix: 'dshIcon'
}
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment