Plato on Github
Report Home
build/index.js
Maintainability
70.92
Lines of code
19
Difficulty
3.35
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
'use stirct'; var config = { name: 'build', description: 'Prepare code for production', sequence: [ 'html', 'less', 'sass', 'scripts', 'image', 'font', 'misc' ] }; module.exports = config;