diff --git a/client/gulpfile.js b/client/gulpfile.js index 9cb183221a17..eda110a835b6 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -34,7 +34,17 @@ const STATIC_PLUGIN_BUILD_IDS = [ "tiffviewer", "ts_visjs", ]; -const INSTALL_PLUGIN_BUILD_IDS = ["cytoscape", "heatmap", "ngl", "msa", "openlayers", "phylocanvas", "plotly", "venn", "vizarr"]; // todo: derive from XML +const INSTALL_PLUGIN_BUILD_IDS = [ + "cytoscape", + "heatmap", + "ngl", + "msa", + "openlayers", + "phylocanvas", + "plotly", + "venn", + "vizarr", +]; // todo: derive from XML const DIST_PLUGIN_BUILD_IDS = ["new_user"]; const PLUGIN_BUILD_IDS = Array.prototype.concat(DIST_PLUGIN_BUILD_IDS, STATIC_PLUGIN_BUILD_IDS);