We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The objective of this workflow is to commit both the updated submodule and the compiled Bootstrap files at the same time.
git submodule update --init
cd bootstrap
make
git add <Modified Files>
git commit
git push
cd ..
git add bootstrap <Modified Bootstrap CSS/JS Files>
Example commit: https://github.com/Team694/team694.github.io/commit/97ac37b9349ed855519403a11e7009cc99a8a1a4
Note how both the submodule and the compiled CSS file appear in the same commit.