Continue separation of sources and put also html5 into separated dir
[staging/xdg-launcher.git] / examples / hybrid-html5 / app / gulpfile.js
similarity index 99%
rename from examples/html5/gulpfile.js
rename to examples/hybrid-html5/app/gulpfile.js
index 3f64339..da2826d 100644 (file)
@@ -18,7 +18,7 @@ var exec = require('child_process').exec
 var router   = require('front-router');
 
 // == PATH STRINGS ========
-var appdir  = "./app/";   // Warning to not forget trailling '/'
+var appdir  = "./";   // Warning to not forget trailling '/'
 config=require (appdir + "etc/_Config"); // upload user local preferences if any
 
 var frontend= appdir + config.FRONTEND;