robfletcher / gradle-compass

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

Fixing issue 13 with pathing for images #14

Closed chrisst closed 8 years ago

chrisst commented 10 years ago

https://github.com/robfletcher/gradle-compass/issues/13

I'm pretty sure this will allow you to maintain a relative path when the images dir is a child of the project root and absolute path when it's not.

chrisst commented 10 years ago

I didn't realize the images directory doesn't quite work properly with an absolute path. This will allow the compile to run without error, but it doesn't generate the files in the right place.