iVis-at-Bilkent / sbgnviz.js

A web based visualization tool for process description maps in SBGN
http://www.cs.bilkent.edu.tr/~ivis/SBGNViz_sample_app/
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Replace gulp & browserify with webpack #214

Closed hasanbalci closed 3 years ago

hasanbalci commented 3 years ago

Newer node versions are not compatible with gulp v3. Therefore, let's replace gulp operations with webpack and npm scripts just as we do with other repositories in the organisation. Let's also change the entry point in package.json from "src/index.js" to "sbgnviz.js".

msalihaltun commented 3 years ago

I had to polyfill & put some packages into webpack externals. Not sure if it is entirely correct at this point.

hasanbalci commented 3 years ago

For now, there seems no problem, so I'm closing.

GeorgeS2019 commented 2 years ago

I could not webpack the sbml branch