Fix [style] and script[type] minification; optimise attr ordering; refactor bench runners
This commit is contained in:
parent
f29ae39e47
commit
5cef4219e6
14 changed files with 117 additions and 143 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue