eriwen / gradle-css-plugin

Gradle plugin for working with CSS
http://eriwen.github.com/gradle-css-plugin
Apache License 2.0
127 stars 42 forks source link

Support for KSS #3

Open eskimoblood opened 12 years ago

eskimoblood commented 12 years ago

Could you start supporting the css doc tool KSS https://github.com/kneath/kss

eriwen commented 12 years ago

That is an excellent idea.

Forgive me that I haven't worked with many ruby libs, so I'd like to know how I might go about getting a binary of KSS for inclusion in the Gradle plugin resources (or how I could build one). Any ideas?

eskimoblood commented 12 years ago

Sorry but I'm not a ruby guy.

eriwen commented 12 years ago

@eskimoblood I think I have figured out how to do this now that I know Ruby :)

I'll get this into the next version.

eriwen commented 12 years ago

After giving this several hours, I can't figure out how to run KSS via JRuby unless it's already installed because there is no binary, see kneath/kss#3.

Unfortunately, this plugin won't support tasks which require external dependencies, so this is blocked until the referenced KSS issue is fixed.