add line /caller info to log at "debug" level

This commit is contained in:
Matias Alejo Garcia 2014-10-06 16:51:40 -03:00
commit 0ef3dc86a7
2 changed files with 13 additions and 2 deletions

View file

@ -56,6 +56,7 @@ module.exports = function(grunt) {
files: [
'js/models/*.js',
'plugins/*.js',
'js/*.js',
],
tasks: ['shell:dev']
},