Skip to content

Commit

Permalink
Updates jQuery to 2.1.3 and Infusion to latest master.
Browse files Browse the repository at this point in the history
Infusion revision is a17a42cc840fa03461998e5e3f12c81c7c7d20a6.
Updates README and Getting Started documentation for the 0.1.0 release.
  • Loading branch information
colinbdclark committed Feb 25, 2015
1 parent ca6f35f commit 261b8e9
Show file tree
Hide file tree
Showing 14 changed files with 1,303 additions and 1,148 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ Documentation and Demos
Getting Started
---------------

The latest stable release of Flocking is version 0.1.0. It can be downloaded from the [Flocking releases](https://github.com/colinbdclark/Flocking/releases) page.

Concatenated and minified Flocking builds, suitable for development and production respectively,
are included in the source code repository in the [dist directory](dist/).
Flocking can also be built manually using Grunt.
are included in the [dist directory](dist/). Flocking can also be built manually using Grunt.

Here's how to include Flocking's development file in your HTML page:

<!-- This includes Flocking and all its dependencies, including jQuery 2.0 and Infusion 1.5 -->
<!-- This includes Flocking and all its dependencies, including jQuery 2.1.3 and Infusion -->
<script src="flocking/dist/flocking-all.js"></script>


For more information on using Flocking in a browser,
read the [Getting Started](docs/getting-started.md) tutorial.
If module loaders are your thing, Flocking also supports the CommonJS and AMD styles.


If you're interested in using Flocking with Node.js,
read the [Flocking in Node.js](docs/nodejs.md) tutorial.

Expand Down
Loading

0 comments on commit 261b8e9

Please sign in to comment.