Skip to content

Commit

Permalink
feat(gen): add Gulp support
Browse files Browse the repository at this point in the history
add an option to use Gulp instead of Grunt

Closes yeoman#672
  • Loading branch information
hermansje committed Jun 30, 2015
1 parent b62ee53 commit 6e18b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/root/_Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});
});

0 comments on commit 6e18b1e

Please sign in to comment.