• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created almost 15 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chili is the jQuery code highlighter plugin.

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.