gulp.task('lackey.server', function () {
        return nodemon({
            script: lackeyDIR + '/lib/server/start.js',
            exec: 'node --harmony',
            ext: 'js yaml json',