vardot/ace-builds

This package is abandoned and no longer maintained. The author suggests using the https://github.com/Vardot/ace package instead.
There is no license information available for the latest version (1.2.8.1) of this package.

forked from ajaxorg/ace-builds to be used as drupal-library

Maintainers

Details

github.com/Vardot/ace

Source

Installs: 2 632

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1 446

Language:JavaScript

Type:drupal-library

1.2.8.1 2017-08-09 19:43 UTC

This package is auto-updated.

Last update: 2019-02-20 19:55:04 UTC


README

CDNJS

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,