Build bundled web assets instead of serving source files
- Lingua principale
- Haskell
- Stelle
- 1.3k
- Fork
- 201
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
La issue non indica file, test o punti di ingresso e lascia indeterminati il bundler e l’ottimizzatore. Inizia individuando come vengono attualmente serviti JavaScript, CSS e HTML, quindi valuta gli strumenti proposti per Babel, Autoprefixer, il bundling e l’ottimizzazione. Il lavoro sarebbe completo se includesse risorse raggruppate e il debugging del codice sorgente originale tramite source-map o in modalità sviluppatore.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- babel, css, javascript
- Ambito
- build-system, frontend, web-dev
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100