Little fixes: html and templates config support.

This commit is contained in:
Gustavo Cortez 2014-04-29 09:52:28 -03:00
commit 0010c0f688
4 changed files with 56 additions and 35 deletions

View file

@ -36,7 +36,7 @@ var config = {
port: 3001
},
verbose: 1,
theme: ['default', 'clean']
themes: ['default']
};
var log = function () {