return resolveGlobs(this.filePaths)
    .bind(this)
    .then(this._retrieve)
    .then(this._transform)
    .then(this._compile);