Aaron Laws
2016-04-05 18:36:02 UTC
I'm having a bit of difficulty configuring --deploy-path and --docroot.
When I launch from "." and use --docroot=".;css", I can access
./css/styles.css through foobar.com/css/styles.css. This seems clear enough.
When I launch from "." and use --deploy-path="bar" --docroot=".;css", I can
still access ./css/styles.css through foobar.com/css/styles.css. How can I
make that file accessible at foobar.com/bar/css/styles.css ? I see that I
can move styles.css into ./bar/css/, but this doesn't seem very flexible.
Did I miss anything?
In Christ,
Aaron Laws
When I launch from "." and use --docroot=".;css", I can access
./css/styles.css through foobar.com/css/styles.css. This seems clear enough.
When I launch from "." and use --deploy-path="bar" --docroot=".;css", I can
still access ./css/styles.css through foobar.com/css/styles.css. How can I
make that file accessible at foobar.com/bar/css/styles.css ? I see that I
can move styles.css into ./bar/css/, but this doesn't seem very flexible.
Did I miss anything?
In Christ,
Aaron Laws