Skip to content

Conversation

odoe
Copy link

@odoe odoe commented Jul 10, 2015

I broke out each example separately for new features. Think it's overkill?

Thanks!

@odoe
Copy link
Author

odoe commented Jul 13, 2015

Maybe that's a little wordy, how about something like this:

  files: [ 'main.js' ],                                           // string pattern
  // files: [ '*.js' ],                                           // glob pattern
  // files: [ new RegExp('main' + '(.*js)') ],                    // regular expression
  // files: [ function(x) { return x.indexOf('main') > -1; }  ],  // function

@Turbo87
Copy link

Turbo87 commented Aug 10, 2016

@odoe I like that second suggestion

@rwjblue any opinions on this?

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.

2 participants