From a40ffb17fb92baf9492781b074586a665d45fc46 Mon Sep 17 00:00:00 2001 From: Lonewolf Date: Wed, 5 Mar 2014 17:39:11 +0530 Subject: [PATCH] Added grunt build to sass section --- doc/pages/sass.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/pages/sass.html b/doc/pages/sass.html index b8d08f9f9..7afaed206 100644 --- a/doc/pages/sass.html +++ b/doc/pages/sass.html @@ -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 +``` -######
-- 2.47.2