A directory for shell scripts
...Because I don't like writing Makefiles.
-
bundle.sh
- Takes all the JS and CSS dependencies and packages them into bundle files (see the contents ofdist/
). -
compress.sh
- Generates compressed versions of the largest, most important files to MicrobeTrace. On systems that runserver.js
, the compressed versions will get served, resulting in faster loadtimes. -
cleanup.sh
- Removes all compressed files. -
sw.sh
- Regeneratessw.js
based on the current contents of the relevant directories. -
excise.sh
- Deletes everything MicrobeTrace doesn't need in order to run. Don't use this unless you're deploying to a system with very little free space, or other weird constraints.