From 5d5c3b1afa25de567b28ad1c8af7d5c841fa46bd Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sun, 8 May 2016 16:02:11 +0100 Subject: [PATCH] Fix gulpfile for new project layout. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index db3a801..1de1898 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,7 +12,7 @@ gulp.task('make', function() { elm({filetype: 'js'}) ).on('error', gutil.log) .pipe( - gulp.dest('server/public/javascripts') + gulp.dest('public/javascripts') ) });