this.prefixPath = function (path) {
      // is debug ?
      if (this.cfg.debug) {
        // normalize process
        return this.normalizePath([ this.destinationRoot(), '/debug', path ].join('/'));