Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not expand pattern before passing to Gaze. #43

Closed
wants to merge 1 commit into from
Closed

Do not expand pattern before passing to Gaze. #43

wants to merge 1 commit into from

Conversation

itsjamie
Copy link

This would fix GH-20, however, the referenced pull-request should finish before merging this change.

@@ -101,14 +101,11 @@ module.exports = function(grunt) {
if (typeof target.files === 'string') {
target.files = [target.files];
}
// Get patterns to glob for this target
var patterns = grunt.file.expand(target.files);
Copy link
Author

Choose a reason for hiding this comment

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

This caused an issue because the original glob patterns didn't make it to Gaze, instead we had an array of patterns that matched individual files, therefore, new files would never match.

@shama
Copy link
Member

shama commented Feb 13, 2013

Will merge this as soon as the upstream changes come in. Thanks!

@shama shama closed this in f857f2b Feb 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not detecting added files on OSX
2 participants