Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gschueler opened this issue Jul 19, 2017 · 0 comments
Open

Comments

@gschueler
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant