Esteban C Borsani
Esteban C Borsani
OK, I'll go with option 1 coz it's required regardless (ie: to handle deleted comments count). But I think decoupling actions from comments would be really cool, so they don't...
> Will deleted comments not count towards the comment count any more? Not sure, but probably. > If so, could we also add an option to not show them in...
Just checked, the bookmark can be updated to `comment_number - 1`. The notifications are trickier, if the there is a mention then it's broken anyway (it takes the user to...
We could just skip them whle rendering, maybe that's what you meant. That can be done.
I meant literally skip them while rendering (ie: `{% if comment.is_removed %}`). The problem is if all comments are deleted in a given page then that page will be empty,...
Yes, I will try to get it done this soon.
There is. That way the code can be debugged with the web-browser debugging tools and source maps. The generated js file would be pretty hard to debug otherwise.
Try `collectstatic -i *.coffee -i *.html -i *.scss`, that should take care of most files you want to exclude. Sadly, there is no way to exclude a path, just files.
> Couldn't you write a rule in urls.py that serves those files from a different folder only when in debug? I'll look into it. My only concern is that may...
No, there is not. It's in the [roadmap](http://community.spirit-project.com/topic/15/roadmap-changelog/) though. Should be easy to implement, so I might get it done soon :smile: