The following commands:
    
    
    nim js -d:release src/app.nim -o:app.js
    npx esbuild --minify --bundle app.js --outfile=app.bundle.js
    gzip -9 -k app.bundle.js
    
    
    Run

Result in:
    
    
    208K        app.bundle.js
    44K app.bundle.js.gz
    516K        app.js
    
    
    Run

For reference this is for the [nimpkgs](http://github.com/nimpkgs/website)

Reply via email to