Y
Hacker News
new
|
ask
|
show
|
jobs
by
tonyedgecombe
1554 days ago
Why would you need to do that for code running on Deno? It doesn't need to be sent over the wire.
1 comments
seumars
1554 days ago
Obviously not for server code. Example: serve 'src/app.js' uncompressed during development, and 'assets/app.min.js' during production.
link