src/Builder4/FakeServer.vala
authorAlan Knowles <alan@roojs.com>
Thu, 5 Mar 2015 14:01:45 +0000 (22:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Mar 2015 14:01:45 +0000 (22:01 +0800)
src/Builder4/FakeServer.vala

index 8850cd4..9bb0976 100644 (file)
@@ -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
 {