nvbn / django-bower

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

Bower package processing suggestion #62

Open jock-tanner opened 8 years ago

jock-tanner commented 8 years ago

I like the way django-bower integrates files into templates, but I think it’s not right to put a whole bower package in collected static files, when in most cases only /dist/* files are needed. A minimal processing should be done. I suggest using bower-installer, or maybe there are plans to include native processing?