24
1
Fork 0
drop.chapril.org-firefoxsend/common
Danny Coates 1e62aa976d reimplemented l10n using dynamic import() (#1012)
this should greatly reduce the complexity of the l10n code
and build pipeline and eliminate the most common error
seen in sentry logs (no translate function)
2018-11-20 09:50:59 -05:00
..
assets.js Implement the mechanics of fxa login on android, but don't show ui fo… (#1000) 2018-11-08 16:35:19 -05:00
readme.md reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05: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).