Plato on Github
Report Home
image/index.js
Maintainability
64.12
Lines of code
23
Difficulty
3.79
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
'use strict'; var config = { name: 'image', description: 'Images optimization', bundle: ['build'], sequence: [ 'image:minify' ], settings: { paths: { build: '${paths.build}/assets/img' }, src: '${paths.src}/assets/img/**' } }; module.exports = config;