Packages a file watcher, esbuild and a live reload server
Go to file
2024-11-21 11:19:28 +01:00
.vscode Add template support. 2024-08-26 23:12:33 +02:00
fsutils Allow for ${ENV_VARIABLES} in paths. Also ~ is now supported, even on windows. 2024-11-21 11:19:28 +01:00
npmproxy New version 2024-11-06 10:43:05 +01:00
templates Add templates for air. 2024-09-03 14:38:02 +02:00
.gitignore Support watching for modified npm packages 2022-09-01 22:44:20 +02:00
.gowebbuild.yaml New version 2024-11-06 10:43:05 +01:00
build.go Allow for ${ENV_VARIABLES} in paths. Also ~ is now supported, even on windows. 2024-11-21 11:19:28 +01:00
config.go Allow for ${ENV_VARIABLES} in paths. Also ~ is now supported, even on windows. 2024-11-21 11:19:28 +01:00
go.mod New version 2024-11-06 10:43:05 +01:00
go.sum New version 2024-11-06 10:43:05 +01:00
helpers.go New version 2024-11-06 10:43:05 +01:00
linker.go New version 2024-11-06 10:43:05 +01:00
main.go Allow for ${ENV_VARIABLES} in paths. Also ~ is now supported, even on windows. 2024-11-21 11:19:28 +01:00
npmproxy.go New version 2024-11-06 10:43:05 +01:00
README.md New version 2024-11-06 10:43:05 +01:00
sample.gowebbuild.json Add post build command and exclude the esbuild outdir in the watcher. 2024-07-04 10:56:41 +02:00
serve.go Add some features 2023-09-13 11:45:24 +02:00
templates.go New version 2024-11-06 10:43:05 +01:00
watch.go New version 2024-11-06 10:43:05 +01:00

gowebbuild

NPM Proxy

The npm proxy is a small npm registry server that can be used to serve packages from the local filesystem instead of the default registry. This allows to install packages that haven't been published yet.