gradle-css-plugin
gradle-css-plugin copied to clipboard
Incorporate SASS plugin
Integrate automatic SASS compilation once youdevise/SassPlugin#1 is done.
I have managed to get that plugin to work. Just trying to get more options in the plugin.
Eric, I've got a fork of this plugin running in my local env... Planing to set it up as a SourceTask subclass so it will drop in to your CSS framework.
I can't run your stuff because I'm on a Mac with Java 6:
Caused by: java.lang.UnsupportedClassVersionError: com/eriwen/gradle/css/source/internal/InternalGradle : Unsupported major.minor version 51.0
at com.eriwen.gradle.css.CssExtension.class$(CssExtension.groovy)
at com.eriwen.gradle.css.CssExtension.$get$$class$com$eriwen$gradle$css$source$internal$InternalGradle(CssExtension.groovy)
at com.eriwen.gradle.css.CssExtension.
Can you set with a target version for 6 or 7?
Thanks
Also, would love if you pushed the version of the JS plugin that has the checkstyle in it.
Let me know how else I can help. Steve
@stevemayhew Sure, I'll probably be able to get to that this weekend. Also, I released v1.5.0 of the Gradle JS plugin with the JSHint checkstyle formatter.
@stevemayhew I have released v1.2.1 of the CSS plugin which will work with Java 6. Sorry about your troubles.
Thanks Eric! 1.5 of js with the check style worked great for us. I've got source set support in the Sass plugin, once I get options in I'll push it so you can have a look... I've set it up to work with or without a SourceSet so you can just pull it from mavencentral... I guess original author has abandoned it
From Steve's iPhone
On Apr 14, 2013, at 8:45 AM, Eric Wendelin [email protected] wrote:
@stevemayhew I have released v1.2.1 of the CSS plugin which will work with Java 6. Sorry about your troubles.
— Reply to this email directly or view it on GitHub.