You are here

constant ACE_DOWNLOAD_URI in Ace Code Editor 7

The Ace plugin URI and the internal path inside the zip.

2 uses of ACE_DOWNLOAD_URI
ace_editor_drush_command in ./ace_editor.drush.inc
Implements hook_drush_command().
drush_download_ace in ./ace_editor.drush.inc
Command to download the Ace plugin.

File

./ace_editor.drush.inc, line 10
Drush integration for Ace Editor.

Code

define('ACE_DOWNLOAD_URI', 'https://github.com/ajaxorg/ace-builds/archive/master.zip');