Add Pre-commit Hook section to TOC.

This commit is contained in:
Christopher Charbonneau Wells 2018-10-13 18:32:21 -07:00
parent 81cf6491a4
commit 73cf8e81d0
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ work.
- [Development](#development) - [Development](#development)
- [Installation](#installation) - [Installation](#installation)
- [Gulp Commands](#gulp-commands) - [Gulp Commands](#gulp-commands)
- [Pre-commit Hook](#pre-commit-hook)
## Demo ## 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 individual tests cannot be run with this command. `python manage.py test` can be
used for individual test execution. 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 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 static assets are correctly committed. Here is an example working script for