From 6e18b1ef00510f2a0bc6bc14b67157ec4acee957 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 2 Sep 2014 18:06:06 +0200 Subject: [PATCH] feat(gen): add Gulp support add an option to use Gulp instead of Grunt Closes #672 --- templates/common/root/_Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/root/_Gulpfile.js b/templates/common/root/_Gulpfile.js index d939c11f2..71858fc55 100644 --- a/templates/common/root/_Gulpfile.js +++ b/templates/common/root/_Gulpfile.js @@ -217,4 +217,4 @@ gulp.task('copy:extras', function () { gulp.task('copy:fonts', function () { return gulp.src(yeoman.app + '/fonts/**/*') .pipe(gulp.dest(yeoman.dist + '/fonts')); -}); \ No newline at end of file +});