Comment 3 for bug 1169638

Revision history for this message
Gary Poster (gary) wrote :

Simpler problem.

This is our web server for make debug and make prod:

cd build-prod && python -m SimpleHTTPServer 8888

That doesn't do the "if you can't find the file I'm talking about, serve app/index.html" dance, and it never has, namespace or not.

the charm does fine, as does our custom server for make devel. If we want to fix this, we need a more sophisticated server for debug and prod.