Open dmahapatro opened 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' ]
}
good ! possible to merge it ?
@bdbogjoe Yes, it should be good. But changes related to publishing has to be added to build.gradle
after the merge.
any news one this ?