ace-builds

Ace (Ajax.org Cloud9 Editor)

ace-builds downloads ace-builds version ace-builds license

ace-buildsSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on ace-builds's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of ace-builds](https://npm-compare.com/img/npm-trend/THREE_YEARS/ace-builds.png)](https://npm-compare.com/ace-builds#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 Show GitHub stars trend chart on ace-builds's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of ace-builds](https://npm-compare.com/img/github-trend/ace-builds.png)](https://npm-compare.com/ace-builds)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
ace-builds03,08954.9 MB02 months agoBSD-3-Clause

README for ace-builds

Ace (Ajax.org Cloud9 Editor)

CDNJS npm

Ace is a code editor written in JavaScript.


ā—ISSUES ARE DISABLED IN THIS REPOSITORYā—

This repository has only generated files. To report your issues, suggest features, ask questions, or work on Ace editor itself please go to Ace repository https://github.com/ajaxorg/ace.


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.