robfletcher / gradle-compass

A SASS / Compass plugin for Gradle
Apache License 2.0
59 stars 39 forks source link

generated images are always generated inside images folder instead of the specified imageDir #3

Closed koenongena closed 10 years ago

koenongena commented 11 years ago

When you use sprites in compass, the generated "sprites images" is, by default, placed in images_dir. However, when you use an absolute file path for the images_dir, it puts the generated images insides the default images_dir, which is /images.

robfletcher commented 10 years ago

Fixed by #4