Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 638 Bytes

README.textile

File metadata and controls

14 lines (10 loc) · 638 Bytes

Chili – The jQuery Plugin for Highlighting Code

What you need to build your own Chili

  • Make sure that you have Java installed.
  • Make sure that you have Ant installed.

How to build your own Chili

  1. Open a command window and go to the directory this file is in.
  2. At the prompt, type
    • ant chili for building the uncompressed Chili distribution, with examples.
    • ant chili.min for building the compressed Chili code (using Google Closure Compiler).
    • ant clean for removing all the built files.