stable

Clone or download

Read-only

Move the document plugin to Webpack to build the CSS

Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: I273f29ac3011a092dd033df14be671458457cf95

Modified Files

Name
M plugins/document/build-manifest.json +2 −27 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +4 −7 Go to diff View file
M plugins/document/themes/BurningParrot/document-blue-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-blue.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-green-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-green.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-grey-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-grey.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-orange-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-orange.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-purple-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-purple.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-red-condensed.scss +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document-red.scss +2 −2 Go to diff View file
A plugins/document/themes/package-lock.json +4 −0 Go to diff View file
A plugins/document/themes/package.json +14 −0 Go to diff View file
A plugins/document/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/document/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/document/themes/webpack.prod.js +23 −0 Go to diff View file