#!/bin/bash set -o errexit -o nounset -o pipefail shopt -s extglob globstar export PATH="$PWD/node_modules/.bin:$PATH" json_verify < static/manifest.webmanifest >/dev/null xmllint --noout static/**/*.@(html|svg|xml) jshint --verbose static/**/*.js stylelint static/**/*.css validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)