Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Invoke build with change information #8

Merged
merged 1 commit into from
Dec 8, 2016

Conversation

hjdivad
Copy link

@hjdivad hjdivad commented Dec 8, 2016

  • Create an annotation POJO which includes:
    • type of build (initial vs rebuild)
    • the reason for the build (watcher)
    • the primary file that triggered a change (for rebuild)
    • the files changed since the last build and the start of this build

filePath is still added to result for downstream handlers.

@hjdivad hjdivad force-pushed the include-triggering-file branch 2 times, most recently from 5aae485 to 90d7de1 Compare December 8, 2016 22:15
var changedFiles = this.changedFiles;
this.changedFiles = [];


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra new line

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 fixed

* Create an annotation POJO which includes:
  * type of build (initial vs rebuild)
  * the reason for the build (watcher)
  * the primary file that triggered a change (for rebuild)
  * the files changed since the last build and the start of this build

`filePath` is still added to `result` for downstream handlers.
@stefanpenner
Copy link

released as v2.0.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants