From 73cf8e81d0ed9a64333d6b282d155d88fb1bd440 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sat, 13 Oct 2018 18:32:21 -0700 Subject: [PATCH] Add Pre-commit Hook section to TOC. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 264406fb..4e2f0e14 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ work. - [Development](#development) - [Installation](#installation) - [Gulp Commands](#gulp-commands) + - [Pre-commit Hook](#pre-commit-hook) ## Demo @@ -690,7 +691,7 @@ Gulp also passes along non-overlapping arguments for this command, however individual tests cannot be run with this command. `python manage.py test` can be used for individual test execution. -### Pre-commit hook +### Pre-commit Hook A pre-commit hook is recommended for all commits in order to make sure that static assets are correctly committed. Here is an example working script for