diff -r faf2cdb47813 -r f7a844a9079e client/gulpfile.js --- a/client/gulpfile.js Fri May 22 12:37:37 2015 +0200 +++ b/client/gulpfile.js Fri May 22 12:47:16 2015 +0200 @@ -96,7 +96,7 @@ gulp.task('copy-index', function() { gulp.src('./app/index.html') - .pipe(gulp.dest('./build')); + .pipe(gulp.dest(buildFolder)); }); gulp.task('copy-data', function() {