mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
c9403011c8
Enabling SVGO automation with 'grunt-svgmin' and conservative plugin settings to build step, among those: - enable removeRasterImages and sortAttrs, - disable cleanupIDs, removeDesc, removeTitle, removeViewBox & removeXMLProcInst and - don't use multipass. Also updating SVGs accordingly. Bug: T185596 Change-Id: I2288c7576ac96f8b5c4d5b8671218fceefaf6037
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-svgmin": "5.0.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|