Fix [style] and script[type] minification; optimise attr ordering; refactor bench runners

This commit is contained in:
Wilson Lin 2021-08-09 22:20:33 +10:00
commit 5cef4219e6
14 changed files with 117 additions and 143 deletions

View file

@ -14,7 +14,7 @@ mkdir -p "$output_dir"
pushd "../../bench/runners" >/dev/null
for r in *; do
if [ ! -d "$r" ]; then
if [[ ! -d "$r" ]] || [[ "$r" == "node_modules" ]]; then
continue
fi
mkdir -p "$output_dir/$r"