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

Excludes does not work correctly. #358

Open
aadrian opened this issue Jun 9, 2016 · 1 comment
Open

Excludes does not work correctly. #358

aadrian opened this issue Jun 9, 2016 · 1 comment

Comments

@aadrian
Copy link

aadrian commented Jun 9, 2016

Grails 2.5.4 + Java 8 + asset-pipeline-2.9.1 does not seem to work correctly when excluding some file types:
The following grails.assets.excludes=["**/*.json"] should exclude all JSON files, but after running asset-precompile the output directory still contains many JSON files (e.g. bower.json ). This is true for other file types too.

@cmdcolin
Copy link

I also can't get the excludes to work properly with a similar setup. Not sure if it's related to this issue though. I'm not using the grails-app/assets directory but it's trying to run preprocessing on things in grails-app/web-app which I'd prefer was just left as is ?

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

2 participants