Remove sounds (#8617)

* feat: remove sounds

* feat: remove more sounds

* feat: disable sounds plugin

* fix: openapi
This commit is contained in:
Barış Soner Uşaklı
2020-09-06 23:45:00 -04:00
committed by GitHub
parent 251ea79bd2
commit 5f10d67db5
35 changed files with 20 additions and 746 deletions

View File

@@ -61,9 +61,6 @@ var targetHandlers = {
languages: function (parallel, callback) {
meta.languages.build(callback);
},
sounds: function (parallel, callback) {
meta.sounds.build(callback);
},
};
var aliases = {
@@ -81,7 +78,6 @@ var aliases = {
styles: ['css', 'less', 'style'],
templates: ['tpl'],
languages: ['lang', 'i18n'],
sounds: ['sound'],
};
exports.aliases = aliases;