N°5621 Move ace 1.2.8 to NPM

As the package sizes 37.5MB (!!!!), we are keeping only the directory we are using (src-min).
The rest (demo, src, src-min-noconflict, src-noconflict) is added in the root .gitignore and not present in the index.
Description of those directories content is available in the GitHub repo README : https://github.com/ajaxorg/ace-builds
This commit is contained in:
Pierre Goiffon
2024-02-28 16:49:58 +01:00
parent 39d1ddeab8
commit d4c54b6e1c
373 changed files with 1282 additions and 4 deletions

6
.gitignore vendored
View File

@@ -47,6 +47,12 @@ tests/*/vendor/*
!/log/index.php
!/log/web.config
# node_modules NPM : only keep used files to lower iTop packages size
/node_modules/ace-builds/demo/**
/node_modules/ace-builds/src/**
/node_modules/ace-builds/src-min-noconflict/**
/node_modules/ace-builds/src-noconflict/**
# PHPUnit: Cache file, local XML working copies
/tests/php-unit-tests/.phpunit.result.cache
/tests/php-unit-tests/phpunit.xml