kravemir / GradleSassPlugin

[DISCONTINUED] Sass compilation plugin for Gradle, written in pure Java. Supports multiple build configurations.
Apache License 2.0
23 stars 7 forks source link

source-map support #2

Open eriwen opened 8 years ago

eriwen commented 8 years ago

I'm afraid the Vaadin sass library doesn't support source maps yet.

This would be a nice feature to add. We could help vaadin add this functionality, or we could leverage JRuby much like the gradle-compass-plugin does.

kravemir commented 8 years ago

I will look at it later, when I will have more time for hobby programming. It a bigger change, which need to deep more into other technology. Either improve Vaadin sass compiler, or leverage JRuby (doesn't sound good for me, I try too keep plugin written in pure Java).