paulfairless / grails-lesscss-resources

Grails plugin for using the LESS CSS framework in conjunction with the grails-resource plugin family
Other
35 stars 27 forks source link

Made the BuildConfig more generic and updated dependencies + .gitignore #31

Open delight opened 12 years ago

delight commented 12 years ago

-make use of $grailsVersion and latest.integration (latest-release should work to by now as grails-plugins moved to a maven-compatible repository <- but I haven't checked yet) -bumped selenium-firefox-driver dependency to latest version (2.23.1) -commented explizit grailsRepo "http://grails.org/plugins" <- not needed any longer -declared release and rest-client-builder plugin dependencies in build scope -created a .gitignore file


BTW: I don't think the dependency to hibernate is needed, but I left it in BuildConfig.groovy for the moment