Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.11 KB

readme.md

File metadata and controls

25 lines (16 loc) · 1.11 KB

PunyMCE - The Puny JavaScript Rich Text editor

What you need to build PunyMCE

How to build PunyMCE

In the root directory of PunyMCE where the build.xml file is you can run ant against different targets.

ant

Will combine, preprocess and minify the PunyMCE puny_mce_src.js into puny_mce.js and all plugins etc into puny_mce_full.js.

ant moxiedoc

Will generate API Documentation for the project using the Moxiedoc tool. The docs will be generated to the docs/api directory.

ant release

Will produce an release package of the current repository code. The release packages will be placed in the tmp directory.