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.
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.