From 9b6221c21abfbf211664949371b7ca8c01a67d71 Mon Sep 17 00:00:00 2001 From: Doug Johnston Date: Tue, 31 Dec 2013 23:12:15 -0500 Subject: [PATCH] Remove duplicate line in upgrade documentation --- doc/pages/upgrading.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/pages/upgrading.html b/doc/pages/upgrading.html index 2bf51ec11..d4b8b8a4a 100644 --- a/doc/pages/upgrading.html +++ b/doc/pages/upgrading.html @@ -50,11 +50,7 @@ Before continuing you'll need to install the following on your system: * [NodeJS](http://nodejs.org) * [bower](http://bower.io) (sudo npm install -g bower) -Starting in Foundation 5 there's no longer a Compass extension. Instead we use [bower](http://bower.io) to keep Foundation assets up to date with your project. - - - -Starting in Foundation 5 there's no longer a Compass extension. Instead we use [bower](http://bower.io) to bring in updated Sass and Javascript assets to your project. Here's how you can update your project: +Starting in Foundation 5 there's no longer a Compass extension. Instead we use [bower](http://bower.io) to keep Foundation assets up to date within your project. Here's how you can update your project: #### Step 1: Create a bower.json file -- 2.47.2