ihh / tree-align-view

A multiple alignment viewer with integrated phylogeny and structure browsing.
MIT License
4 stars 1 forks source link

Fix the module usage #8

Closed ihh closed 4 years ago

ihh commented 4 years ago

Currently the demo is hardwired to include the bundled modules in ext/, and the package.json dependencies are just for show

cmdcolin commented 4 years ago

Would probably use a javascript bundler such as webpack, or rollup, or simpler things like browserify for that back-in-the-day js build stack to get those included via actual package.json install

ihh commented 4 years ago

I think it's working OK now