calipho-sib / sequence-viewer

neXtProt protein sequence viewer (javascript) - From SIB CALIPHO group; neXtProt project
https://cdn.rawgit.com/calipho-sib/sequence-viewer/master/examples/index.html
50 stars 18 forks source link

refactor: migrate to webpack #23

Closed sachdeva-shrey closed 3 years ago

sachdeva-shrey commented 3 years ago

Type of change

Changes

  1. Migrate to Webpack from Browserify and Grunt which is a much more powerful tool. This make the code base less complicated and easier to maintain in the future.
  2. Removes Bower as a dependency and migrate to NPM/Yarn.

Flags

  1. The live development server is currently not working as expected.
  2. Need to shift examples to jsDelivr instead of rawgit.
  3. Provide jsDelivr CDN for both minified and bundled versions.

Checklist: