From 1688e4182bfd792130013d42bf556d7025d52f98 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Fri, 14 Mar 2014 12:57:17 -0300 Subject: [PATCH] grunt build should be run inside project folder. Non grunt users might not figure out that 'grunt build' should be run inside project folder. This commit improve SASS doc by adding an explicit 'cd' command before build. --- doc/pages/sass.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/pages/sass.html b/doc/pages/sass.html index 7afaed206..28d7c292a 100644 --- a/doc/pages/sass.html +++ b/doc/pages/sass.html @@ -48,9 +48,10 @@ Next we'll use the Foundation CLI to create a new project: foundation new project_name --libsass ``` -Boom, your project is created! Now you need to use Grunt to compile everything before you start working. Run this command +Boom, your project is created! Now you need to use Grunt to compile everything before you start working: ```bash +cd project_name grunt build ``` -- 2.47.2