Plato on Github
Report Home
html/index.js
Maintainability
63.07
Lines of code
25
Difficulty
3.90
Estimated Errors
0.07
Function weight
By Complexity
By SLOC
'use stirct'; var config = { name: 'html', description: 'Html optimization', sequence: [ 'html:minify' ], settings: { paths: { tmp: '${paths.tmp}', src: '${paths.src}', build: '${paths.build}' }, src: [ '${html.paths.src}/**/*.html' ] } }; module.exports = config;