Remove the gulp extension
build target
This commit is contained in:
parent
36af85db92
commit
32de419a88
@ -413,8 +413,6 @@ gulp.task('default', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('extension', ['chromium']);
|
|
||||||
|
|
||||||
gulp.task('buildnumber', function (done) {
|
gulp.task('buildnumber', function (done) {
|
||||||
console.log();
|
console.log();
|
||||||
console.log('### Getting extension build number');
|
console.log('### Getting extension build number');
|
||||||
@ -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) {
|
gulp.task('publish', ['generic'], function (done) {
|
||||||
var version = JSON.parse(
|
var version = JSON.parse(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user