Skip to content

Commit

Permalink
Rename gulp task webpack to build
Browse files Browse the repository at this point in the history
  • Loading branch information
digawp committed Feb 12, 2016
1 parent 49619d9 commit c7deec1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ gulp.task('default', ['build']);

const BUILD_TARGET_DIR = './';

gulp.task('build', ['webpack']);

gulp.task('webpack', function() {
gulp.task('build', function() {
return gulp.src('lib/*.js')
.pipe(webpack(require('./support/webpack.config.js')))
.pipe(gulp.dest(BUILD_TARGET_DIR));
Expand Down

0 comments on commit c7deec1

Please sign in to comment.