kneath / kss

A methodology for documenting CSS and generating styleguides.
warpspire.com/kss
MIT License
4.04k stars 275 forks source link

Use only the stylesheets with the correct endings. #50

Closed raskhadafi closed 11 years ago

raskhadafi commented 11 years ago

I had an error who was caused by an image file in the stylesheets folder.

calebhearth commented 11 years ago

image file in the stylesheets folder.

Found the error.

raskhadafi commented 11 years ago

What about a merge? The gem would be more stable.

yorkxin commented 11 years ago

I got "invalid byte sequence in UTF-8" exception until I found it was caused by binary files in stylesheets/ (got answer here: dewski/kss-rails#14).

This patch is definitely useful to me.

benschwarz commented 11 years ago

@raskhadafi — Why don't you add an image or some invalid file to the test suite? That way the change is documented as actually fixing something, rather than tweaking a random path.

benschwarz commented 11 years ago

I've added an example image to the test suite. Merging.