Materializes files on the filesystem and specifies a custom url to access stored files.
This can be used to bypass cross origin access policies as shown below.
Example:
The following illustrates how to configure a project such that the browser fetches
files by http:// instead of file://.
This example assumes a local webserver is running and serving the ".tmp"
directory at http://localhost:8080
Materializes files on the filesystem and specifies a custom url to access stored files. This can be used to bypass cross origin access policies as shown below.
The following illustrates how to configure a project such that the browser fetches files by http:// instead of file://. This example assumes a local webserver is running and serving the ".tmp" directory at http://localhost:8080