stable

Clone or download

Read-only

Move the forumml plugin to Webpack to build the CSS

Everything is supposed to work as before. The issues reported by stylelint that were autofixable has been fixed, the rest has been kept/ Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: Ibf2daa2a038aa989d17d4694246b68091ae10690

Modified Files

Name
M plugins/forumml/build-manifest.json +3 −8 Go to diff View file
M plugins/forumml/include/forummlPlugin.class.php +6 −1 Go to diff View file
R plugins/forumml/www/themes/default/css/style.scss Go to diff View file
A plugins/forumml/themes/package-lock.json +4 −0 Go to diff View file
A plugins/forumml/themes/package.json +14 −0 Go to diff View file
A plugins/forumml/themes/webpack.common.js +41 −0 Go to diff View file
A plugins/forumml/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/forumml/themes/webpack.prod.js +23 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file