-
Notifications
You must be signed in to change notification settings - Fork 28
Using different technique to ignore changes. #492
Conversation
Codecov Report
@@ Coverage Diff @@
## master #492 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 54 54
Lines 1682 1686 +4
Branches 250 249 -1
=====================================
+ Hits 1682 1686 +4
Continue to review full report at Codecov.
|
…ux-builder into skyux-watch-ignore
// Returning `true` means the file should be ignored. | ||
// Fat-Arrow functions do not work as chokidar will inspect this method. | ||
ignored: function (item) { | ||
const resolvedPath = path.resolve(item); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to resolve the path because Webpack will provide both of these values:
C:\Users\stevebr\Projects\github\blackbaud\skyux-i18n\src\app\app-extras.module.ts
C:/Users/stevebr/Projects/github/blackbaud/skyux-i18n/src/app/app-extras.module.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this because it works for me (I added the last commit, though).
f35b34b
} | ||
}); | ||
} | ||
spawnResult.output.forEach((buffer) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarification, this was incorrectly added in a previous PR due to a misconfigured unit test.
Resolves: blackbaud/skyux2#2134