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

Can't collect static, img/boxy-nw.png not found? #4

Closed miratcan closed 11 years ago

miratcan commented 11 years ago

I'm using twitter bootstrap with pipeline and getting error:

File "/home/mirat/.virtualenvs/LF/local/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py", line 74, in hashed_name (clean_name, self)) ValueError: The file 'img/boxy-nw.png' could not be found with <pipeline.storage.PipelineCachedStorage object at 0x302bb50>.

I installed it with pip, any recommendations?

estebistec commented 11 years ago

Are you saying that this file has something to do with bootstrap? I'm able to collectstatic with just bootstrap and the demo site. More importantly, I don't see this file in bootstrap itself: https://github.com/twitter/bootstrap/tree/v2.3.2/img

Is this not some image specific to your project?

estebistec commented 11 years ago

Closing, having received no further info.