This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/gen/gen.sh
2020-07-09 17:06:08 +10:00

11 lines
209 B
Bash

#!/usr/bin/env bash
set -e
pushd "$(dirname "$0")"
node node_modules/ts-node/dist/bin.js attrs.ts
node node_modules/ts-node/dist/bin.js codepoints.ts
node node_modules/ts-node/dist/bin.js entities.ts
popd