aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49ed7c5..05f4482 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,16 @@ Folder structure:
46- **fonts:** Fonts that will be minified 46- **fonts:** Fonts that will be minified
47- **js:** TypeScript source files 47- **js:** TypeScript source files
48 48
49I recommend using a pre-commit hook that compiles all assets automatically:
50
51```#!bash
52#!/bin/sh
53
54exec make build
55git add -f assets
56exit 0
57```
58
49 59
50## Related 60## Related
51 61