My ideal situation is to automatically minify CSS files and add them to the git commit. I'm not sure if #4 below can be done, but I would like the following flow to be performed:
- Modify CSS file
- Add to staging area
- Commit
- Run script that updates the minified files and adds them to the commit
- Commit completes
If there is another way, I'd be interested in that as well.