Skip to content

Commit

Permalink
test more options
Browse files Browse the repository at this point in the history
  • Loading branch information
phloe committed May 9, 2014
1 parent 4bea817 commit 7863909
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = function(grunt) {
options: {
spriteElementPath: "test/img",
spritePath: "tmp/img/sprites",
cssPath: "tmp/css"
cssPath: "tmp/css",
previewPath: "tmp"
},
shapes: {
options: {
Expand Down Expand Up @@ -74,11 +75,12 @@ module.exports = function(grunt) {
unit: 10,
cssSuffix: "less",
cssUnit: "rem",
layout: "vertical",
layout: "alt-diagonal",
cssSvgPrefix: ".svg",
cssPngPrefix: ".no-svg",
cssIncludeElementSizes: false,
map: function (name) {
return name.toUpperCase();
return name.split().reverse().join();
}
}
}
Expand Down

0 comments on commit 7863909

Please sign in to comment.