From 2eb3bdb7a3dbf597fd18f4e152399f2e1a43c8d7 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 9 Oct 2015 23:03:30 +0000 Subject: [PATCH] Rebuild website --- downloads.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/downloads.html b/downloads.html index 640e4493f8..2208beb983 100644 --- a/downloads.html +++ b/downloads.html @@ -77,18 +77,22 @@

We provide two versions of React: an uncompressed version for development and a minified version for production. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.

If you're just starting out, make sure to use the development version.

-

Individual Downloads #

React 0.14.0 (development) #

-

The uncompressed, development version of React core with inline documentation.

+

Individual Downloads #

React 0.14.0 (development) #

+

The uncompressed, development version of react.js and react-dom.js with inline documentation (you need both files).

<script src="https://fb.me/react-0.14.0.js"></script>
-

React 0.14.0 (production) #

-

The compressed, production version of React core.

+<script src="https://fb.me/react-dom-0.14.0.js"></script> +

React 0.14.0 (production) #

+

The compressed, production version of react.js and react-dom.js (you need both).

<script src="https://fb.me/react-0.14.0.min.js"></script>
-

React with Add-Ons 0.14.0 (development) #

-

The uncompressed, development version of React with add-ons.

+<script src="https://fb.me/react-dom-0.14.0.min.js"></script> +

React with Add-Ons 0.14.0 (development) #

+

The uncompressed, development version of React with optional add-ons.

<script src="https://fb.me/react-with-addons-0.14.0.js"></script>
-

React with Add-Ons 0.14.0 (production) #

-

The compressed, production version of React with add-ons.

+<script src="https://fb.me/react-dom-0.14.0.js"></script> +

React with Add-Ons 0.14.0 (production) #

+

The compressed, production version of React with optional add-ons.

<script src="https://fb.me/react-with-addons-0.14.0.min.js"></script>
+<script src="https://fb.me/react-dom-0.14.0.min.js"></script>
 

All scripts are also available via CDNJS.

npm #