]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update starter-projects.md 10710/head
authorskadzielawa <skadzielawa@gmail.com>
Sat, 7 Oct 2017 18:43:20 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2017 18:43:20 +0000 (20:43 +0200)
bower install is no longer needed for ZURB template

docs/pages/starter-projects.md

index b74c8425873e87a49a251e9933eb770a7e0f77e6..eb9a2dd520299ce32d0ca9da0ec06e49dfeb2e49 100644 (file)
@@ -40,7 +40,7 @@ You can set up an advanced project through the Foundation CLI with this command:
 foundation new --framework sites --template zurb
 ```
 
-It's also possible to download the template files directly from GitHub. Run `npm install` and `bower install` first to set it up, then `npm start` to run it. [Download advanced template](https://github.com/zurb/foundation-zurb-template/archive/master.zip).
+It's also possible to download the template files directly from GitHub. Run `npm install` first to set it up, then `npm start` to run it. [Download advanced template](https://github.com/zurb/foundation-zurb-template/archive/master.zip).
 
 The biggest difference between this and the basic template is the folder structure. In the ZURB Template, your project has a `src/` folder which contains your source files, and a separate `dist/` folder with your finished website. As you work on your project, Gulp continuously updates your `dist/` folder with new versions of files. To compile a production build, run `npm run build`.