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