No symlink for ACE (#1423)

* No Symlink

* Fix JS syntax error
This commit is contained in:
Dawa Ometto
2019-09-12 23:54:50 +02:00
committed by GitHub
parent fc64d88ce9
commit d1857e5824
405 changed files with 9 additions and 5 deletions
@@ -1,8 +1,11 @@
Current ACE version: 1.4.6
# How to update the ACE editor component
1. Download a new ACE release from (ajax.org/ace-builds)[https://github.com/ajaxorg/ace-builds/releases].
2. Extract the `src-min-noconflict` folder from the archive and rename it to `ace-x.y.z`, where `x.y.z` matches exactly the release version.
3. Place the version in the javascript directory
4. Update the symlink 'ace' to point to the new version
5. Test if the editor works.
2. Extract the `src-min-noconflict` folder from the archive and rename it to `ace`
3. Rename the current `ace` folder to `ace-old`
3. Place the new version in the javascript directory
4. Test if the editor works.
6. Remove the old version
7. Update the version info in this file
-1
View File
@@ -1 +0,0 @@
ace-1.4.6/

Some files were not shown because too many files have changed in this diff Show More