stable
Clone or download
Read-only
request #10356: Kanban built javascript file should have a revision hash
No functional change - Kanban minified js file has now a revision hash. - Webpack will no longer include every single one of momentjs' locale files. Only the default 'en' and 'fr' are included, which saves about 250kb on the minified file. - While I was at it, I upgraded to webpack 3. Change-Id: I67a55e7a92469f968bc98ac968388e6cab75ac30
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +13 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/kanban.mustache | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/.gitignore | +1 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/gulpfile.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +411 | −399 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package.json | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.spec.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/webpack.config.js | +20 | −5 | Go to diff View file |