stable

Clone or download

Read-only

Move tlp-doc outside of TLP

Part of request #18842 Split TLP into separate smaller libraries tlp-doc cannot be a lib, as it outputs files with a manifest.json and hash in their filenames. It should however be separate from tlp's source, because it depends on much more than TLP: it also depends on relative-date custom element, list-picker, codemirror, dompurify. Change-Id: Ie16144c710d10f47ab19537f5b5615b35b6b6299

Modified Files

Name
R src/themes/tlp/doc/css/_demos.scss Go to diff View file
R src/themes/tlp/doc/css/_javascript-sections.scss Go to diff View file
R src/themes/tlp/doc/css/_nav.scss Go to diff View file
R src/themes/tlp/doc/css/_sections.scss Go to diff View file
R src/themes/tlp/doc/css/main.scss Go to diff View file
A src/scripts/tlp-doc/package-lock.json +18 −0 Go to diff View file
A src/scripts/tlp-doc/package.json +18 −0 Go to diff View file
R src/themes/tlp/doc/js/editors.js Go to diff View file
R src/themes/tlp/doc/js/illustration-helper.js Go to diff View file
R src/themes/tlp/doc/js/illustration-inject-class-helper.js Go to diff View file
R src/themes/tlp/doc/js/illustration-inject-class-helper.test.js Go to diff View file
R src/themes/tlp/doc/js/index.js Go to diff View file
R src/themes/tlp/doc/js/main.js Go to diff View file
R src/themes/tlp/doc/js/polyfills.js Go to diff View file
M src/themes/tlp/package-lock.json +0 −12 Go to diff View file
M src/themes/tlp/package.json +1 −5 Go to diff View file
M src/webpack.common.js +2 −2 Go to diff View file