Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(build): properly filter core module files with updated gulp-filter #9399

Merged
merged 1 commit into from
Aug 25, 2016

Conversation

devversion
Copy link
Member

@devversion devversion commented Aug 24, 2016

  • After an update to the new gulp-filter major version (without any changelog)
    it seems that gulp-filter can no longer match files (which aren't at the root level)

    This new behavior makes completely sense, and the old one was not valid.

    Previous Version: *.css matches src/core/core.css | src/core/core-default-theme.css
    New Version: *.css matches no files, because at the project root are no CSS files.

  • Now using multi level globs to match the core module files properly, because those are not at the root level (but src/core/).

@devversion devversion added type: build needs: review This PR is waiting on review from the team labels Aug 24, 2016
* After an update to the new `gulp-filter` major version (without any changelog)
  it seems that `gulp-filter` can no longer match files (which aren't at the root level)

  This new behavior makes completely sense, and the old one was not valid.

  > Previous Version: `*.css` matches `src/core/core.css | src/core/core-default-theme.css`
  > New Version: `*.css` matches no files, because at the project root are no CSS files.

* Now using multi level globs to match the core module files properly, because those are not at the root level (`src/core/`).
@devversion devversion force-pushed the fix/gulp-if-breaking-changes branch from a2bc1c9 to dab991e Compare August 24, 2016 22:39
@ThomasBurleson
Copy link
Contributor

@devversion - lgtm

@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Aug 24, 2016
@jelbourn jelbourn merged commit 0cd2a59 into angular:master Aug 25, 2016
@devversion devversion deleted the fix/gulp-if-breaking-changes branch August 26, 2016 17:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review type: build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants