client/gulpfile.js
changeset 91 f7a844a9079e
parent 89 7faa53118457
child 100 537d330ad7f0
--- 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() {