My theme for forester (+plugins)
at main 7 lines 126 B view raw
1#!/bin/bash 2 3npm install 4 5./node_modules/.bin/esbuild --minify --bundle javascript-source/forester.js --outfile=forester.js 6 7