stable

Clone or download

Read-only

Move the graphsontrackersv5 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: Ie0644cf1293d14ab141fadedeb2cb53bfb62bf3b

Modified Files

Name
M plugins/graphontrackersv5/build-manifest.json +2 −10 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +3 −6 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +1 −9 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +3 −11 Go to diff View file
R plugins/graphontrackersv5/www/themes/default/css/style.scss Go to diff View file
A plugins/graphontrackersv5/themes/package-lock.json +4 −0 Go to diff View file
A plugins/graphontrackersv5/themes/package.json +14 −0 Go to diff View file
A plugins/graphontrackersv5/themes/webpack.common.js +41 −0 Go to diff View file
R plugins/graphontrackersv5/include/constants.php Go to diff View file
A plugins/graphontrackersv5/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/burndown.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/chart_bar.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/chart_gantt.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/chart_pie.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/cumulative_flow.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/help.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/renderer-faded.png +- −- Go to diff View file
D plugins/graphontrackersv5/www/themes/default/images/renderer.png +- −- Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file