Results 85 comments of Michael

It isn't, because the template helper needs to be able to update multiple urls. The only thing that would be possible is: ``` {{asset('main_css')}} ```

Currently, this would only allow specifying a single depends value, due to the way the Bundle.depends property allows assignment of a string. I think the tag should split the string...

Something like this could possible be created, but it doesn't exist yet. We wouldn't be the first ones to want to overwrite the "runserver" command, so I think it's possible,...

We have that already. It's called ASSETS_AUTO_BUILD. The "watch" command improves on that by not waiting until the request comes in; the idea is that this would reduce the wait...

It's possible to build something like this. It doesn't exist at this time.

The comment you linked to shouldn't apply to your case, since you do not configure the sass filter as an "output filter". I don't see anything obvious wrong. Look here:...

Are you sure? The files itself should be expanded. The message is printed _before_ the build and thus doesn't know the version yet. Admittedly, that's not very nice.

I think me might be able to solve this using the changes in Kevin's branch (179fc7a4d04578fc93849a5d7755a7d97e7351db - see also the comments), which would allow something like: ``` {% for value...

Yes, that's the plan. Turns out Github doesn't show the comments in the above link, but you can see them here: http://github.com/isolationism/django-tables/commit/179fc7a4d04578fc93849a5d7755a7d97e7351db

I don't think there is enough information here for me to analyze the problem. Can you post the stack trace of the "wrapped exception"? Alternatively, the relevant pieces of code...