bertramdev / grails-asset-pipeline

Grails Asset Pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

less asset files are not compiled when packaging a binary grails 2 plugin

gschueler opened this issue · comments

Grails 2.5.6
Asset-pipeline: 2.14.1
Less-Asset-Pipeline: 2.14.1

grails package-plugin --binary

The resulting jar contains the .less file under grails-app/assets/stylesheets, but it is not compiled.

Additionally, a previous version of the asset-pipeline also seemed to include the .less file under META-INF/assets, but the 2.14.1 does not.

Reproduce:

  • create a grails plugin with grails 2.5.6
  • add asset-pipeline and less-asset-pipeline 2.14.1 to BuildConfig
  • add a less file to grails-app/assets/stylesheets/
  • run grails package-plugin --binary