faassen / bowerstatic

Serve Bower-managed static resources using WSGI
BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

improved Pyramid integration #36

Closed faassen closed 10 years ago

faassen commented 10 years ago

Now that we have WebOb-based tweens available for the injector and the publisher, we should be able to create Pyramid integration that doesn't require the .wrap() call, just like for more.static. @mrijken, would you like to look into this?

mrijken commented 10 years ago

It's already implemented. See https://github.com/mrijken/pyramid_bowerstatic . Op 18 nov. 2014 23:39 schreef "Martijn Faassen" notifications@github.com:

Now that we have WebOb-based tweens available for the injector and the publisher, we should be able to create Pyramid integration that doesn't require the .wrap() call, just like for more.static. @mrijken https://github.com/mrijken, would you like to look into this?

— Reply to this email directly or view it on GitHub https://github.com/faassen/bowerstatic/issues/36.

faassen commented 10 years ago

I changed the tween implementation (as there were issues) since then, so I think you need to adjust your integration code.

mrijken commented 10 years ago

Pyramid_bowerstatic is adjusted.

faassen commented 10 years ago

Okay, great!