groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

Upgrade to Grails 3 #131

Open dmahapatro opened 9 years ago

dmahapatro commented 9 years ago
dmahapatro commented 9 years ago

LESS files added. Excluding .less files during asset precompilation phase can be achieved by adding below config in application's build.gradle which uses this plugin:

assets {
    excludes = [ '**/*.less' ]
}
bdbogjoe commented 9 years ago

good ! possible to merge it ?

dmahapatro commented 9 years ago

@bdbogjoe Yes, it should be good. But changes related to publishing has to be added to build.gradle after the merge.

bdbogjoe commented 8 years ago

any news one this ?