Fred Palmer
Fred Palmer
I can confirm (_at least with BS3_) this happens to me as well with latest BS3 and `[email protected]`
FYI - we need this functionality as well. I noticed that there is possibly something missing as well from this implementation: `pinax.stripe.actions.sources.sync_payment_source_from_stripe_data` doesn't currently handle the data in the `sources`...
It doesn't just interfere with that library - I'm having issues with progress indicator callback now when using http://blueimp.github.com/jQuery-File-Upload/ Just found the following setting that may help you - it...
It appears to be partially related to if `STATIC_ROOT` is empty or not. I had the same problem after I changed the default storage `PipelineCachedStorage` and had to use the...
I'm not sure if this helps but I currently do this with a custom mixin that serves as the basis for my actual storage class: ``` python class MakePipelineExplodePleaseMixin(PipelineMixin): """...