Fix gulpfile for new project layout.

This commit is contained in:
Gareth Latty
2016-05-08 16:02:11 +01:00
parent 54f5c10e89
commit 5d5c3b1afa
+1 -1
View File
@@ -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')
)
});