_tutorial setup
Setup: Download and install the Infusion library
- Use the Infusion Builder to create a custom Infusion package containing the components you want:
- http://builder.fluidproject.org/
You only need to select the "Minified" package, but if you want to actually look at the code, you should select "Source" in the Download Options.
- http://builder.fluidproject.org/
- Unpack the zip file you just downloaded, and place the resulting folder somewhere convenient for your development purposes.
The folder will have the release number in its name (e.g. infusion-1.4/). The rest of this tutorial will use infusion-1.4 in its examples, but if you downloaded a different version, you'll have to adjust.
The folder will contain a single file containing all of the JavaScript you need:MyInfusion.js
. You will link to this file in the headers of your HTML files.