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