Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Scripts

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 of dist/).

  • compress.sh - Generates compressed versions of the largest, most important files to MicrobeTrace. On systems that run server.js, the compressed versions will get served, resulting in faster loadtimes.

  • cleanup.sh - Removes all compressed files.

  • sw.sh - Regenerates sw.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.