view scripts/run-all-cleanup @ 7845:3b54bcf6d128

front-end: fix documentation regarding theme.less file The documentation stated that a theme.less file can be placed in the Kallithea root directory, but this is not true. The file is expected in kallithea/front-end to take effect. Update the documentation and .hgignore file.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 23 Aug 2019 21:29:01 +0200
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh