forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-39092 JavaScript: Ignore all upstream YUI coverage JS
- Loading branch information
1 parent
731f297
commit 8600a05
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ composer.lock | |
/vendor/ | ||
/behat.yml | ||
*/yui/build/*/*-coverage.js | ||
/lib/yuilib/*/build/*/*-coverage.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
* copy of 2in3 without older version | ||
* exact version specified in lib/setup.php | ||
|
||
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 | ||
|
||
Code downloaded from: | ||
http://developer.yahoo.com/yui | ||
http://yuilibrary.com |