]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
grunt build should be run inside project folder. 4680/head
authorEduardo <eduardobarbosa81@gmail.com>
Fri, 14 Mar 2014 15:57:17 +0000 (12:57 -0300)
committerEduardo <eduardobarbosa81@gmail.com>
Fri, 14 Mar 2014 15:57:17 +0000 (12:57 -0300)
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

index 7afaed20613220f4c77983af140ff5a9d90a43f0..28d7c292a5d2934f45eb6d736b0dddffe89c60b0 100644 (file)
@@ -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
 ```