brunch / stylus-brunch

Adds Stylus support to Brunch
MIT License
21 stars 2 forks source link

sprite generation error #15

Closed niepi closed 10 years ago

niepi commented 11 years ago

Hi,

convert: invalid argument for option `-size': 60xNaN @ error/convert.c/ConvertImageCommand/2570.
{
  "name": "Set_Detail_PNGs",
  "checksum": "d46bdcec492528abde787be6ca033c8b",
  "shortsum": "d46bd",
  "images": [
    {
      "name": "01_Play_Butt_L_Waveform",
      "filename": "01_Play_Butt_L_Waveform.png",
      "checksum": "eac3ddde16b71707787e206b811a876e",
      "width": 60,
      "height": 60,
      "positionX": 0,
      "positionY": 0
    }
  ]
}

I'm not sure if this is a brunch or node-sprite problem

paulmillr commented 11 years ago

what happens if you use stylus-brunch from the git (see readme for how to do this)?

niepi commented 11 years ago

still get the same error