24
1
Fork 0
drop.chapril.org-firefoxsend/common
timvisee 073accfe65
Revert "Update eslint & plugins"
This reverts commit 38746b86fd.
2022-09-04 12:26:10 +02:00
..
assets.js Revert "Update eslint & plugins" 2022-09-04 12:26:10 +02:00
generate_asset_map.js refactored Dockerfile 2019-09-06 20:04:45 -07:00
readme.md refactored Dockerfile 2019-09-06 20:04:45 -07:00

readme.md

Common Code

This directory contains code loaded by both the frontend app and backend server. The code here can be challenging to understand at first because the contexts for the two (three counting the dev server) environments that include them are quite different, but the purpose of these modules are quite simple, to provide mappings from the source assets (copy-16.png) to the concrete production assets (copy-16.db66e0bf.svg).

Generate Asset Map

This loader enumerates all the files in assets/ so that common/assets.js can provide mappings from the source filename to the hashed filename used on the site.