forked from davidmarquis/grails-lesscss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
19 lines (19 loc) · 803 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<plugin name='lesscss' version='0.9.4' grailsVersion='1.3.2 > *'>
<author>David Marquis</author>
<authorEmail>[email protected]</authorEmail>
<title>Less CSS</title>
<description>\
Integration of the Less CSS framework into Grails. Less (lesscss.org) is what CSS should have always
been. The plug-in allows for automatic compilation of .less files into .css files, as well as
tools for easier development (such as auto-reload of CSS after changes in development environment).
</description>
<documentation>http://grails.org/plugin/lesscss</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>grails.lesscss.LessTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>