nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

add posibility to ignore files during collectstatic with BOWER_IGNORE_PATTERNS #81

Open PetrDlouhy opened 3 years ago

PetrDlouhy commented 3 years ago

Usually most of the files in bower repositories are not needed. Collection of many files can become very slow, especially when use with django-whitenoise compression. This adds possibility add patterns of files to skip.