google / google/codeworld

Build bundled web assets instead of serving source files

Open
#1,374 0 comments 0 reactions 0 assignees View on GitHub
cleanup
Dominant language
Haskell
Stars
1.3k
Forks
201
PR merge metrics
No merged PRs in 30d

Description

I would like to consider serving bundled web resources (JavaScript, CSS, maybe even HTML) built from source files, instead of serving the source files directly to clients. Some of the tooling involved could be:

* https://babeljs.io/ for JavaScript backward-compatibility
* https://github.com/postcss/autoprefixer for CSS backward compatibility
* A bundler and optimizer (there are many options) to combine well-organized source into small optimized output.

I'd want to make sure that any tools involved include some way to continue debugging with the original code, whether that's through source maps, or just having a developer mode that uses the original source directly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.