Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp: Split gulpfile.js and expanded changes task #1835

Merged
merged 10 commits into from
Jul 19, 2019
Prev Previous commit
Next Next commit
Resolved conflict
  • Loading branch information
RunDevelopment committed Jul 18, 2019
commit b47d7fde8bcf0da7a7fecf262600b900d807e3cc
14 changes: 2 additions & 12 deletions gulpfile.js/index.js
Original file line number Diff line number Diff line change
@@ -133,18 +133,8 @@ async function languagePlugins() {
}
}

const jsonLanguagesMap = JSON.stringify(languagesMap);
const jsonDependenciesMap = JSON.stringify(dependenciesMap);
const jsonAliasMap = JSON.stringify(aliasMap);

const tasks = [
{
plugin: paths.showLanguagePlugin,
maps: { languages: jsonLanguagesMap }
},
{
plugin: paths.autoloaderPlugin,
maps: { aliases: jsonAliasMap, dependencies: jsonDependenciesMap }
if (language.require) {
dependenciesMap[id] = language.require;
}
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.