mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
'python manage.py tailwind build' as a pre-commit hook
This commit is contained in:
8
pre-commit
Executable file
8
pre-commit
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
files=`git diff --cached --name-status`
|
||||
|
||||
. bin/activate
|
||||
python manage.py tailwind build
|
||||
|
||||
git add theme/static/css/dist/styles.css
|
||||
2280
theme/static/css/dist/styles.css
vendored
2280
theme/static/css/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user