Answer the question
In order to leave comments, you need to log in
Why doesn't the ignore option in bower.json work?
1. I want to ignore all unnecessary files in the packages. For example, jquery contains a src folder, which I don't need:
2. I specify the folder and its contents in bower.json:
"ignore": [
"bower_components/jquery/src/*.*",
"bower_components/jquery/src"
]
bower uninstall jquery
bower cashe clean
bower install
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question