24
1
Fork 0
drop.chapril.org-firefoxsend/build
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
..
android_index_plugin.js reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05:00
generate_asset_map.js don't set cache header on serviceWorker.js 2018-07-12 20:48:07 -07:00
readme.md reimplemented l10n using dynamic import() (#1012) 2018-11-20 09:50:59 -05:00
version_plugin.js Hook up the android kotlin code to the send js code (#860) 2018-07-27 09:11:46 -04:00

readme.md

Custom Loaders

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.

Version Plugin

Creates a version.json file that gets exposed by the /__version__ route from the package.json file and current git commit hash.

See Also