stable

Clone or download

Read-only

Remove the bundled CodeMirror code from tlp documentation

This is a follow up to c96548ad2c1dd0bac36cf412ebb29e1eb9cd29d8. CodeMirror is massive and it takes time for no good reason when collecting coverage information. It can also be easily retrieved via npm so there is no need to keep the code inside the repository. Part of request #13806: Use Jest as the default test framework for JS unit tests Change-Id: I584d7b2d22fc0176016aad17158bc6a55af86409

Modified Files

Name
D src/www/themes/common/tlp/doc/codemirror/.gitignore +0 −1 Go to diff View file
D src/www/themes/common/tlp/doc/codemirror/5.12.2/addon/scroll/simplescrollbars.css +0 −66 Go to diff View file
D src/www/themes/common/tlp/doc/codemirror/5.12.2/codemirror-compressed.js +0 −23 Go to diff View file
D src/www/themes/common/tlp/doc/codemirror/5.12.2/codemirror.css +0 −338 Go to diff View file
D src/www/themes/common/tlp/doc/codemirror/5.12.2/theme/mdn-like.css +0 −44 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +3 −0 Go to diff View file
M src/www/themes/common/tlp/doc/index.php +0 −4 Go to diff View file
M src/www/themes/common/tlp/doc/js/editors.js +5 −3 Go to diff View file
M src/www/themes/common/tlp/package-lock.json +8 −1 Go to diff View file
M src/www/themes/common/tlp/package.json +3 −2 Go to diff View file