forked from altosz/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
16 lines (16 loc) · 692 Bytes
/
plugin.xml
File metadata and controls
16 lines (16 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<plugin name='grass' version='0.3.4' grailsVersion='1.1.1 > *'>
<author>Alexei Tishin</author>
<authorEmail>altos.z@gmail.com</authorEmail>
<title>Compass stylesheet authoring tool plugin</title>
<description>\
Compass is a stylesheet authoring tool that uses the Sass stylesheet language to make your stylesheets smaller and your web site easier to maintain. This plugin brings compass advantages to grails community.
</description>
<documentation>http://grails.org/Grass+Plugin</documentation>
<resources>
<resource>DataSource</resource>
<resource>GrassConfig</resource>
<resource>UrlMappings</resource>
</resources>
<dependencies />
<behavior />
</plugin>