BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Allow absolute paths to be passed to the parser #25

Closed aabenoja closed 9 years ago

aabenoja commented 10 years ago

There are use cases where it is very convenient to pass an absolute file path to the parser, though currently the code appends any input/output string to the end of the current working directory. This results in the generation of the incorrect file path that prevents absolute paths from being passed.

This will resolve #22.

paulyoung commented 10 years ago

Thanks for this.

I'm hesitant to merge since there are no tests for the binary and it seems like this might be a nice-to-have.

I don't have much time right now to devote to this project, so I'm trying to use any time I do have on progressing v4 rather than introduce potentially breaking changes.

If there's enough demand I could be persuaded otherwise.