https://github.com/interviewstreet/ace-builds-1
https://github.com/interviewstreet/ace-builds-1
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/interviewstreet/ace-builds-1
- Owner: interviewstreet
- License: other
- Created: 2017-03-24T17:42:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T18:06:33.000Z (over 9 years ago)
- Last Synced: 2025-02-07T23:27:09.412Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 MB
- Stars: 0
- Watchers: 45
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/ajaxorg/ace-builds/tree/master/src) concatenated but not minified
* [src-min](https://github.com/ajaxorg/ace-builds/tree/master/src-min) concatenated and minified with uglify.js
* [src-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-noconflict) uses ace.require instead of require
* [src-min-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-min-noconflict) -
For a simple way of embedding ace into webpage see https://github.com/ajaxorg/ace-builds/blob/master/editor.html
To see ace in action go to [kitchen-sink-demo](http://ajaxorg.github.com/ace-builds/kitchen-sink.html), [scrollable-page-demo](http://ajaxorg.github.com/ace-builds/scrollable-page.html), or [minimal demo](http://ajaxorg.github.com/ace-builds/editor.html)