Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fluid

...

1.4

...

Build Fluid

Code Block
ant customBuild -Dexclude=jQuery,jQueryUICore,jQueryUIWidgets -Djsfilename="fluid-all-1.2.1.js" -DnoMinify=true

...

No Format
cat fss-reset-global.css fss-base-global.css fss-layout.css fss-text.css > fss-framework-1.4.0.css

Fluid 1.5

Install the pre-requisites (node.js, grunt-cli) as noted in the readme file in Infusion https://github.com/fluid-project/infusion.

Code Block
# download and install node.js.  If need be, create links to insure you have npm and node executable from the command line.
npm install -g grunt-cli
# Install additional pre-requisites
npm install
grunt custom --exclude="jQuery,jQueryUICore,jQueryUIWidgets" --source=true

This should create products/infusion-custom-1.5.0-SNAPSHOT.zip.  The unminified files needed are in the zip file:

  • infusion/infusion-custom.js
  • infusion/framework/fss/css/*
  • infusion/framework/fss/images/*

Create the resource server directory structure as noted in the fluid 1.4 documentation and copy the resources into the appropriate locations with the version # 1.5.0.