From: Fawad Mirzad Date: Sat, 15 Jul 2017 16:35:53 +0000 (+0200) Subject: removes bower install from manual installation X-Git-Tag: v6.4.2-rc2~1^2^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10419%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git removes bower install from manual installation 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 --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 3db611a05..4f643ac17 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -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: