Skip to content

Commit

Permalink
Swap h5web to prebuilt w/ requirement specification
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 13, 2024
1 parent 77e17b6 commit 12b4090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const STATIC_PLUGIN_BUILD_IDS = [
"editor",
"example",
"fits_image_viewer",
"h5web",
"heatmap/heatmap_default",
"hyphyvision",
"jqplot/jqplot_bar",
Expand All @@ -39,7 +38,7 @@ const STATIC_PLUGIN_BUILD_IDS = [
"ts_visjs",
"venn",
];
const INSTALL_PLUGIN_BUILD_IDS = ["msa"]; // todo: derive from XML
const INSTALL_PLUGIN_BUILD_IDS = ["msa", "h5web"]; // 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);

Expand Down

0 comments on commit 12b4090

Please sign in to comment.