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

Namespace static assets #7

Closed estebistec closed 10 years ago

estebistec commented 10 years ago

The staticfiles are currently technically in the root of js/, less/, and css/, which for some of the more generic names (e.g., modal.js), could be problematic.

I should place them under a bootstrap namespace to avoid collisions.

estebistec commented 10 years ago

Fixed by #9