##// END OF EJS Templates
js: update jQuery to 1.12.3
js: update jQuery to 1.12.3

File last commit:

r5848:f0b9706d default
r5899:7a4dec17 default
Show More
run-all-cleanup
10 lines | 189 B | text/plain | TextLexer
Mads Kiilerich
scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
r5848 #!/usr/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