PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
23 stars 6 forks source link

Bundle static assets of Gemma Web with Webpack #754

Open arteymix opened 1 year ago

arteymix commented 1 year ago

Webpack can be used to bundle and distribute static assets. We use it for RDP

arteymix commented 6 months ago

In RDP we track both the sources and the built bundle. Webpack is run during the build and can be disabled by passing -DskipWebpack. A similar solution would be implemented.