]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
removes bower install from manual installation 10419/head
authorFawad Mirzad <fawmi@users.noreply.github.com>
Sat, 15 Jul 2017 16:35:53 +0000 (18:35 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2017 16:35:53 +0000 (18:35 +0200)
As the new version of foundation do not use bower and the zurb and basic template do not have a bower.json file, the documentation should also get updated and the bower install command should get removed

docs/pages/installation.md

index 3db611a05428a5cf14f33cd00cd6a7f5f83dd533..4f643ac1776ebbdd6405596419368edb9e286f0d 100644 (file)
@@ -47,7 +47,6 @@ Then open the folder in your command line, and install the needed dependencies:
 ```bash
 cd projectname
 npm install
-bower install
 ```
 
 Finally, run `npm start` to run the Sass compiler. It will re-run every time you save a Sass file.
@@ -65,7 +64,6 @@ Then open the folder in your command line, and install the needed dependencies:
 ```bash
 cd projectname
 npm install
-bower install
 ```
 
 Finally, run `npm start` to run Gulp. Your finished site will be created in a folder called `dist`, viewable at this URL: