Add task to check configuration file syntax.

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-03-18 09:33:03 -03:00
parent 2c0ca78265
commit f89f704a69
5 changed files with 79 additions and 4 deletions

View file

@ -11,7 +11,8 @@ var colors = require("colors/safe");
var Utils = {
colors: {
warn: colors.yellow,
error: colors.red
error: colors.red,
info: colors.blue
}
};