Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.72k stars 1.18k forks source link

can't create sprites from images with dash or underscore in the name #1838

Open Gamesh opened 10 years ago

Gamesh commented 10 years ago

Hi, i'm trying to generate sprite form images in folder attributes/*.png images beging named 7-12.png, 7-13.png and etc. everytime i get this error: NoMethodError: undefined method `parent' for nil:NilClass

stack trace: https://gist.github.com/Gamesh/832d3b6dce202f467af3

the same happens if i change image with a dash instead of underscore ex.: 7-12.png Compass 1.0.1 (Polaris) Sass 3.4.1 (Selective Steve)

scottdavis commented 10 years ago

sprites can no start with a number rename the files to start with anything put a number.

Gamesh commented 10 years ago

good to know, thanks that solved my problem. Why is this not in the documentation ?

scottdavis commented 10 years ago

Thats a good question