gradle-css-plugin icon indicating copy to clipboard operation
gradle-css-plugin copied to clipboard

Incorporate SASS plugin

Open eriwen opened this issue 12 years ago • 5 comments

Integrate automatic SASS compilation once youdevise/SassPlugin#1 is done.

eriwen avatar Jul 29 '12 20:07 eriwen

I have managed to get that plugin to work. Just trying to get more options in the plugin.

sambenne avatar Sep 25 '12 11:09 sambenne

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.(CssExtension.groovy:16) at com.eriwen.gradle.css.CssExtension_Decorated.(Unknown Source) at org.gradle.internal.reflect.DirectInstantiator.newInstance(DirectInstantiator.java:39)

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 avatar Apr 11 '13 01:04 stevemayhew

@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.

eriwen avatar Apr 11 '13 15:04 eriwen

@stevemayhew I have released v1.2.1 of the CSS plugin which will work with Java 6. Sorry about your troubles.

eriwen avatar Apr 14 '13 15:04 eriwen

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.

stevemayhew avatar Apr 14 '13 17:04 stevemayhew