From 344edeac4cd439e8e2d21d9260f39c34dafeed5c Mon Sep 17 00:00:00 2001 From: Clinton Ryan Date: Wed, 15 Jan 2014 01:38:36 +1100 Subject: [PATCH] Update Contributing Docs to include Developer tips --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3613f686af..33be5f1639 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,11 +206,15 @@ templates If something goes wrong, please see the [troubleshooting tips](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md#troubleshooting--faq) below. -Front-end can be located at , Admin is at . +### Developer Tips +Whilst developing, you can take advantage of the [Grunt toolkit](https://github.com/TryGhost/Ghost/wiki/Grunt-Toolkit) to automatically compile assets, such as handlebar templates, stylesheets and javascripts. Some useful commands include: +- `grunt dev` => Automatically compile assets in development environment +- `grunt prod` => Automatically compile assets in production environment +- `grunt watch` => Automatically compile sass and handlebars -Whist developing you may wish to use **grunt watch** to watch for changes to handlebars and sass and recompile -automatically, if you run Ghost in **production** mode, you will need to run **grunt prod** - -please see the [Grunt Toolkit docs](https://github.com/TryGhost/Ghost/wiki/Grunt-Toolkit). +Addresses for development: +- Front-end => +- Admin => ### Updating with the latest changes