Versions Compared

Key

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

...

Include Page
fluid:Tagging the Source Code
fluid:Tagging the Source Code

Test the Concatenated JS File

Test the concatenated JS file by re-running the unit tests using the concatenated file:

  1. In the build-scripts folder, run the infusionAllBuilds ant task:
    Code Block
    
    ant -lib lib/rhino infusionAllBuilds
    
    This will re-write the JS links in the headers of all HTML files to use the single concatenated InfusionAll.js file instead of the individual file dependencies.
  1. Re-run the unit tests using the versions in build/assembled.

Bundle the Source Code

Include Page
fluid:Building a Bundle
fluid:Building a Bundle

...