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.*' ]);
|
return delPromise([ cleanPath, '!**/*.ovr.*' ]);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('_build-shred-maps', function() {
|
|
||||||
return build-shred-maps(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
gulp.task('_zip-examples', function() {
|
gulp.task('_zip-examples', function() {
|
||||||
exampleZipper.zipExamples(_devguideShredOptions.examplesDir, _devguideShredOptions.zipDir);
|
exampleZipper.zipExamples(_devguideShredOptions.examplesDir, _devguideShredOptions.zipDir);
|
||||||
exampleZipper.zipExamples(_apiShredOptions.examplesDir, _apiShredOptions.zipDir);
|
exampleZipper.zipExamples(_apiShredOptions.examplesDir, _apiShredOptions.zipDir);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user