]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added grunt build to sass section 4598/head
authorLonewolf <nikhilkalige@gmail.com>
Wed, 5 Mar 2014 12:09:11 +0000 (17:39 +0530)
committerLonewolf <nikhilkalige@gmail.com>
Wed, 5 Mar 2014 12:09:11 +0000 (17:39 +0530)
doc/pages/sass.html

index b8d08f9f9a0152dc939a55d2da52a8d255086995..7afaed20613220f4c77983af140ff5a9d90a43f0 100644 (file)
@@ -36,7 +36,7 @@ At ZURB, we prefer to run Foundation with using [Grunt](http://gruntjs.com) in c
 
 ###### Create a New Project
 
-First, navigate into the directory where you want to create your project. 
+First, navigate into the directory where you want to create your project.
 
 ```bash
 cd path/to/sites
@@ -50,8 +50,10 @@ 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
 
+```bash
+grunt build
+```
 
-###### 
 
 
 <div class="row">