gulpfile: remove unused (and invalid) `_build-shred-maps` task
This commit is contained in:
parent
bc8a319f61
commit
75d4cf86ec
|
@ -127,10 +127,6 @@ gulp.task('_shred-clean-api', function(cb) {
|
|||
return delPromise([ cleanPath, '!**/*.ovr.*' ]);
|
||||
});
|
||||
|
||||
gulp.task('_build-shred-maps', function() {
|
||||
return build-shred-maps(true);
|
||||
});
|
||||
|
||||
gulp.task('_zip-examples', function() {
|
||||
exampleZipper.zipExamples(_devguideShredOptions.examplesDir, _devguideShredOptions.zipDir);
|
||||
exampleZipper.zipExamples(_apiShredOptions.examplesDir, _apiShredOptions.zipDir);
|
||||
|
|
Loading…
Reference in New Issue