Skip to content

Commit

Permalink
Merge pull request mozilla#9771 from timvandermeij/extension
Browse files Browse the repository at this point in the history
Remove the `gulp extension` build target
  • Loading branch information
timvandermeij authored Jun 2, 2018
2 parents c3ab94a + e4a2e30 commit 4ec3e7a
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 @@ -413,8 +413,6 @@ gulp.task('default', function() {
});
});

gulp.task('extension', ['chromium']);

gulp.task('buildnumber', function (done) {
console.log();
console.log('### Getting extension build number');
Expand Down Expand Up @@ -908,7 +906,7 @@ gulp.task('lib', ['buildnumber'], function () {
]);
});

gulp.task('web-pre', ['generic', 'extension', 'jsdoc']);
gulp.task('web-pre', ['generic', 'jsdoc']);

gulp.task('publish', ['generic'], function (done) {
var version = JSON.parse(
Expand Down

0 comments on commit 4ec3e7a

Please sign in to comment.