# HG changeset patch # User lisaq # Date 2016-07-11 09:41:15 # Node ID 3a00c4dcb8b22fe8bfcc0b1fcc4365dcc59e7de5 # Parent b044ae374d4e666e2546024c090265a34946aa56 docs: adding frontend compile instructions to dev setup diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -108,6 +108,19 @@ time operation:: --repos=~/my_dev_repos +Compile CSS and JavaScript +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To use the application's frontend, you will need to compile the CSS and +JavaScript with Grunt. This is easily done from within the nix-shell using the +following command:: + + make web-build + +You will need to recompile following any changes made to the CSS or JavaScript +files. + + Start the Development Server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^