bowerstatic
bowerstatic copied to clipboard
Serve Bower-managed static resources using WSGI
I need the fixes contributed by gocept for a customer. Could I have a 0.10 release or the permissions to do it myself? (My PyPI name is `icemac`.)
Is this project alive?
One should at least specify what Python versions are supported.
Hello, I'm trying to support a global URL prefix for my app, so that all URLs have a prefix like `/myapp` if needed. If the prefix is enabled, I'm setting...
For my use case it's very handy to be able to control the injection point, rather than always at the end of the `` tag. This change allows you to...
adding encoding='latin1' in opening file
On Windows, I have the situation where this path variable has forward and backward slashes in it. This makes sure all the slashes are the same and the correct type....
Sometimes the main of a bower component does something we really don't want. We should have the possibility to override it entirely.
When IF-MODIFIED-SINCE HTTP header causes WebOb to set a 304 status code, bowerstatic as a tween causes an error because it tries to check the content. When it does so,...
Its possible to bundle images inside of a bower package by putting it into the bower.json. However, the error below is produced. If line 291 in core is changed to...