From: Alan Knowles Date: Thu, 5 Mar 2015 14:01:45 +0000 (+0800) Subject: src/Builder4/FakeServer.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=7ac9eb638c4ff8737bde20ed548bbf204212805d src/Builder4/FakeServer.vala --- diff --git a/src/Builder4/FakeServer.vala b/src/Builder4/FakeServer.vala index 8850cd469..9bb097656 100644 --- a/src/Builder4/FakeServer.vala +++ b/src/Builder4/FakeServer.vala @@ -1,4 +1,11 @@ - +/** + * Idea is to serve the files from the file system, so no need to setup apache etc... + * This should work for the static content like css / javascript etc.. but + * will cause issues with 'dynamic' xhr files (eg. the php stuff) + * + * + * + */ class FakeServer : Object {