I know there are plenty of questions about flask and cherrypy and static files but I still can't seem to get this working.
There's a snippet to deploy a flask app on cherrypy here: http://flask.pocoo.org/snippets/24/
Is there a quick modification to have the wsgiserver serve the content in the static directory of the flask app?
The static content features of cherrypy seem to reside within cherrypy. And I am unsure on how to mount a cherrypy app that does nothing but serve static content while working with this snippet.