stable

Clone or download

Read-only

Move crosstracker 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: Ia56410f79477a743f59b2cc29ae7beee525023d3

Modified Files

Name
M plugins/crosstracker/build-manifest.json +1 −26 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/_query-edition.scss +3 −3 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-blue-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-blue.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-green-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-green.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-grey-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-grey.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-orange-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-orange.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-purple-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-purple.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-red-condensed.scss +2 −2 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/style-red.scss +2 −2 Go to diff View file
A plugins/crosstracker/themes/package-lock.json +4 −0 Go to diff View file
A plugins/crosstracker/themes/package.json +14 −0 Go to diff View file
A plugins/crosstracker/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/crosstracker/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/crosstracker/themes/webpack.prod.js +23 −0 Go to diff View file