]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added upgrade docs to the CSS install page
authorJonathan Smiley <jonathan@zurb.com>
Fri, 6 Jul 2012 19:45:51 +0000 (12:45 -0700)
committerJonathan Smiley <jonathan@zurb.com>
Fri, 6 Jul 2012 19:45:55 +0000 (12:45 -0700)
marketing/docs/installing.php

index 3e6890f95118963b5dc1c57386e4af5e0e0ab63e..1717d13429102f5a5955c868d3f71c68473597d4 100644 (file)
                                <p>If you'd rather not work with a preprocessor like Sass, you can download Foundation as a single code pack with everything you need to create a responsive site.</p>
 
                                <p>Visit the <a href="../download.php">download page</a> to get started with a CSS pack. You can choose to simply download everything, with most files joined to reduce requests and with smart defaults that we've set. Alternately you can customize your download by including or omitting different pieces of the framework, and setting many of the Sass variables like colors, grid size and columns, etc.</p>
+                               
+                               <hr />
+                               
+                               <h4>Upgrading to new Foundation 3.x Releases</h4>
+                               <p>When a new version of Foundation 3 is released we'll note the changes in the changelog on the <a href="support.php">support page</a>. Replace your foundation.css with the new version, and replace your app.js (or others noted in the changelog) making sure to port over any changes or additions you've made to those files.</p>
+                               
+                               <hr />
+                               
+                               <h4>Upgrading from 2.x to 3.0</h4>
+                               <p>If you want to upgrade your Foundation 2 app or site to Foundation 2, you'll need to download a new version of Foundation (custom or the default). Swap out your foundation.css file for the one in 3.0. Replace all of your JS with the new versions. If you have your own JS in those files be sure to port it over, and other JS files you have should be fine.</p>
+                               <p>Once you've made those changes consult this <a href="../migration.php">migration guide</a> to see what you'll need to change in your markup.</p>
+                               
+                               
                </div>
                <div class="four columns">
                  <? include("includes/_download.php"); ?>