estebistec / django-twitter-bootstrap

This package provides a Django app whose static folder contains the sources of Twitter Bootstrap, nothing more and nothing less.
MIT License
64 stars 22 forks source link

Option to use customised icons #18

Closed ghost closed 10 years ago

ghost commented 10 years ago

Please provide a config file to exclude files not to be loaded. This will help to avoid loading of files which we don't need....

Or is it there already ?

estebistec commented 10 years ago

Well, this specific packaging is for the default assets of bootstrap. Using django staticfiles, you could definitely exclude the default icon files from your static push and deployment (which is probably more of what you want, apart from this package).

https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#django-admin-option---ignore

ghost commented 10 years ago

Thought of it and that's what have been done right now.

Thanks ....