From d46dd959fa8a9b29d34348a3fcf8ccbe034f63b8 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Sat, 15 Jul 2017 18:35:53 +0200 Subject: [PATCH] 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 --- docs/pages/installation.md | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.47.2