From: Lonewolf Date: Wed, 5 Mar 2014 12:09:11 +0000 (+0530) Subject: Added grunt build to sass section X-Git-Tag: v5.2.1~23^2~4^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4598%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added grunt build to sass section --- 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 +``` -######