mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 09:50:11 -06:00
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
files=`git diff --cached --name-status`
|
|
|
|
. bin/activate
|
|
python manage.py tailwind build
|
|
|
|
git add theme/static/css/dist/styles.css
|