if (that.options.watch) {
        fs.watch(fileName, {
            persistent: false
        }, function() {
            that.log('info', routeName + ' - Schema changed');