mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
MDL-39092 JavaScript: Ignore all upstream YUI coverage JS
This commit is contained in:
parent
731f29702c
commit
8600a05228
2 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,3 +32,4 @@ composer.lock
|
||||||
/vendor/
|
/vendor/
|
||||||
/behat.yml
|
/behat.yml
|
||||||
*/yui/build/*/*-coverage.js
|
*/yui/build/*/*-coverage.js
|
||||||
|
/lib/yuilib/*/build/*/*-coverage.js
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
Description of import of various YAHOO libraries into Moodle:
|
Description of import of various YUI libraries into Moodle:
|
||||||
|
|
||||||
1/ YUI2 version 2.9.0:
|
1/ YUI2 version 2.9.0:
|
||||||
* copy of 2in3 without older version
|
* copy of 2in3 without older version
|
||||||
* exact version specified in lib/setup.php
|
* exact version specified in lib/setup.php
|
||||||
|
|
||||||
2/ YUI3 version 3.9.1:
|
2/ YUI3 version 3.9.1:
|
||||||
* full copy of the "build" directory without any changes
|
* full copy of the "build" directory. Unit test code coverage files are
|
||||||
|
removed but no other changes are made.
|
||||||
* exact version specified in lib/setup.php
|
* exact version specified in lib/setup.php
|
||||||
|
|
||||||
Code downloaded from:
|
Code downloaded from:
|
||||||
http://developer.yahoo.com/yui
|
http://yuilibrary.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue