MDL-62781 question/privacy: fix tests with CodeRunner is installed
[moodle.git] / lib / jquery / readme_moodle.txt
blobd0840bd8b1ef2368a9fc3def1941481841678eaa
1 Description of import of various jQuery libraries into Moodle:
3 1/ download jQuery JS from http://jquery.com/download/,
4    delete old files and edit plugins.php and lib/requirejs/moodle-config.js
6 2/ download jQuery UI files from http://jqueryui.com/download/all/,
7    delete old files and edit plugins.php and lib/requirejs/moodle-config.js
8    delete unnecessary files: external folder, index.html, AUTHORS.txt, package.json
10 3/ download all UI themes and update smoothness theme
12 4/ run phpunit tests
14 5/ open http://127.0.0.1/lib/tests/other/jquerypage.php
16 Petr Skoda