Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed typo.

...

  • you are already familiar with HTML, JavaScript and CSS, as well as at least some familiarity with Grunt and node.js.
  • you are reasonably familiar with what the Infusion Preferences Editor is and does, and
  • now you just want to know how to add it to your website.

Setup: Download the Infusion library and create a

...

custom build

  1. Get the current source code from github as a ZIP file: https://github.com/fluid-project/infusion/archive/master.zip
  2. Unpack the zip file you just downloaded and cd into the "infusion-master" folder that results.
  3. Build a single JS file with only the code you'll need using the following command line:
    grunt custom --source=true --include="preferences"
  4. 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 a lib folder in your site hierarchy.

...