![]() |
6 years ago | |
---|---|---|
.. | ||
fluent_loader.js | 6 years ago | |
generate_asset_map.js | 6 years ago | |
generate_l10n_map.js | 7 years ago | |
readme.md | 6 years ago | |
version_plugin.js | 6 years ago |
The fluent loader "compiles" .ftl
files into .js
files directly usable by both the frontend and server for localization.
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.
This loader enumerates all the ftl files in public/locales
so that the fluent loader can create it's js files.
Creates a version.json
file that gets exposed by the /__version__
route from the package.json
file and current git commit hash.