From bfe72d52767ee04c4eadefdafdf1c7560e863f65 Mon Sep 17 00:00:00 2001 From: kappataumu Date: Mon, 13 Jun 2016 12:12:32 +0000 Subject: [PATCH] Point to the docs instead of repeating everything --- docs/developing-locally.rst | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 6f5b282c1..196d03bfa 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -81,20 +81,6 @@ In production basic email configuration is setup to send emails with Mailgun_ **Live reloading and Sass CSS compilation** -If you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with the included Grunt task. +If you’d like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with a little bit of `prep work`_. -Make sure that nodejs_ is installed. Then in the project root run:: - - $ npm install - -.. _nodejs: http://nodejs.org/download/ - -Now you just need:: - - $ grunt serve - -The base app will now run as it would with the usual ``manage.py runserver`` but with live reloading and Sass compilation enabled. - -To get live reloading to work you'll probably need to install an `appropriate browser extension`_ - -.. _appropriate browser extension: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions- +.. _prep work: https://cookiecutter-django.readthedocs.io/en/latest/live-reloading-and-sass-compilation.html