We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
.less
grails-app/assets/stylesheets
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.
META-INF/assets
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 undergrails-app/assets/stylesheets
, but it is not compiled.Additionally, a previous version of the asset-pipeline also seemed to include the
.less
file underMETA-INF/assets
, but the 2.14.1 does not.Reproduce:
grails package-plugin --binary
The text was updated successfully, but these errors were encountered: