oef/node_modules/ace-builds
2019-11-04 15:00:46 +01:00
..
.github First commit 2019-11-04 15:00:46 +01:00
demo First commit 2019-11-04 15:00:46 +01:00
src First commit 2019-11-04 15:00:46 +01:00
src-min First commit 2019-11-04 15:00:46 +01:00
src-min-noconflict First commit 2019-11-04 15:00:46 +01:00
src-noconflict First commit 2019-11-04 15:00:46 +01:00
ace-modules.d.ts First commit 2019-11-04 15:00:46 +01:00
ace.d.ts First commit 2019-11-04 15:00:46 +01:00
bower.json First commit 2019-11-04 15:00:46 +01:00
ChangeLog.txt First commit 2019-11-04 15:00:46 +01:00
CODE_OF_CONDUCT.md First commit 2019-11-04 15:00:46 +01:00
CONTRIBUTING.md First commit 2019-11-04 15:00:46 +01:00
editor.html First commit 2019-11-04 15:00:46 +01:00
LICENSE First commit 2019-11-04 15:00:46 +01:00
package.json First commit 2019-11-04 15:00:46 +01:00
README.md First commit 2019-11-04 15:00:46 +01:00
webpack-resolver.js First commit 2019-11-04 15:00:46 +01:00

Ace (Ajax.org Cloud9 Editor)

CDNJS npm

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,