mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user