Skip to content

Commit

Permalink
fix gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Oct 8, 2016
1 parent 7042bd8 commit 63c4cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ gulp.task('gzip', function () {
.pipe(gulp.dest(config.dest));
});

gulp.task('copy-aot-gz', ['clean'], function () {
log('copy aot gz');
gulp.task('copy-aot-gzip', ['gzip', 'clean'], function () {
log('copy aot gzip');
return copyIndex(config.index.aotgz);
});

Expand Down

0 comments on commit 63c4cac

Please sign in to comment.