This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
_tutorial setup
Setup: Download and install the Infusion library
- Get the current source code from github as a ZIP file: https://github.com/fluid-project/infusion/archive/master.zip
- Unpack the zip file you just downloaded and cd into the "infusion-master" folder that results.
- If necessary install Node.js (http://nodejs.org/download/) and Grunt (“npm install -g grunt-cli”).
- Make your own custom build by running the “grunt” command in the Terminal. See the README.md file for instructions on how to make a custom build of Infusion.
- The grunt command will create a zip file in the products folder. Unzip that file and move the resulting
infusion
folder somewhere convenient for your development purposes, likely in alib
folder in your site hierarchy. This
infusion
will include a single file containing all of the JavaScript you need:infusion-custom.js
. You will link to this file in the headers of your HTML files.