From 5dd7cb45b93839b99a6de259c2647ae88370c297 Mon Sep 17 00:00:00 2001 From: Stefan Kendall Date: Sat, 22 Oct 2011 19:35:44 -0400 Subject: [PATCH] Added dependsOnClause needed for 2.0RC1. Updated version to 0.5.1 --- CompassSassGrailsPlugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CompassSassGrailsPlugin.groovy b/CompassSassGrailsPlugin.groovy index f7a3171..9c19cab 100644 --- a/CompassSassGrailsPlugin.groovy +++ b/CompassSassGrailsPlugin.groovy @@ -1,7 +1,7 @@ class CompassSassGrailsPlugin { - def version = "0.5" + def version = "0.5.1" def grailsVersion = "1.3.7 > *" - def dependsOn = [:] + def dependsOn = [resources: '1.0.2'] def pluginExcludes = [ 'grails-app/views/*.gsp', 'web-app/**/*',