Grunt ===== `GruntJS`_ is a task runner which is used to compile and provide static files of QCAT. More information on Grunt can be found on their homepage. Commands -------- The following grunt commands are available: +-------------------------+-------------------------------------------+ | Command | Action | +=========================+===========================================+ | ``grunt`` | Build (uncompressed) and run the server | +-------------------------+-------------------------------------------+ | ``grunt build`` | Build (uncompressed) | +-------------------------+-------------------------------------------+ | ``grunt build:deploy`` | Build (compressed) | +-------------------------+-------------------------------------------+ | ``grunt server`` | Run the server | +-------------------------+-------------------------------------------+ .. _GruntJS: http://gruntjs.com/