
This change is a revert for https://gerrit-review.googlesource.com/c/gerrit/+/256510 After conversion the tool can be safely removed. Change-Id: I31680f7096315c0d3b45bb7fd853ddba1290d254
This directory contains bazel rules and CLI tools to preprocess HTML and JS files before bundling.
There are 2 different tools here:
- links-updater (and update_links rule) - updates link in HTML files. Receives list of input and output files as well as a redirect.json file with information about redirects.
- preprocessor (and prepare_for_bundling rule) - split each HTML files to a pair of one HTML
and one JS files. The output HTML doesn't contain
<script>
tags and JS file contains all scripts and imports from HTML file. For more details see source code.