mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
As the package sizes 37.5MB (!!!!), we are keeping only the directory we are using (src-min). The rest (demo, src, src-min-noconflict, src-noconflict) is added in the root .gitignore and not present in the index. Description of those directories content is available in the GitHub repo README : https://github.com/ajaxorg/ace-builds
Ace (Ajax.org Cloud9 Editor)
Ace is a code editor written in JavaScript.
This repository has only generated files. If you want to work on ace please go to https://github.com/ajaxorg/ace instead.
here you can find pre-built files for convenience of embedding. it contains 4 versions
- src concatenated but not minified
- src-min concatenated and minified with uglify.js
- src-noconflict uses ace.require instead of require
- src-min-noconflict concatenated, minified with uglify.js, and uses ace.require instead of require
For a simple way of embedding ace into webpage see editor.html or list of other simple examples To see ace in action go to kitchen-sink-demo, scrollable-page-demo or minimal demo,