Any reason why phantomjs doesn't allow file protocol XHRs?
I've been running my tests with the chrome flag --allow-file-access-from-files to preclude the need to run a static web server.
I see the phantomjs server module as a simple alternative here, but it looks like I'll need to implement it to read files requested from the filesystem with the fs module and output them, as there's not a built in basic static file server - is that right, or did I miss an example that does this already?
Thanks so much - phantomjs looks like a great project for continuous integration testing!