diff -r 89d235bcbbf3 -r 986ee928a866 client/gulpfile.js --- a/client/gulpfile.js Tue Oct 14 18:00:13 2014 +0200 +++ b/client/gulpfile.js Tue Oct 14 05:07:37 2014 +0200 @@ -3,8 +3,8 @@ var gutil = require('gulp-util') var plugins = require("gulp-load-plugins")({lazy:false}); -var templateFolder = '../annot-server/templates/'; -var templateFileDest = '../annot-server/templates/annotationclient.html'; +var templateFolder = '../annot-server/webapp/templates/'; +var templateFileDest = '../annot-server/webapp/templates/annotationclient.html'; var staticFolder = '../annot-server/static'; var clientBaseName = 'app';