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

use globby to resolve source files #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use globby to resolve source files #14

wants to merge 1 commit into from

Conversation

vbud
Copy link

@vbud vbud commented Jul 24, 2015

Then we can hand gulp-purifycss an array of globs and negations like we do with gulp.src.

I ran into this because I was handing gulp-purifycss an array of values like this:

[
  'app/**/*.{js,html}',
  '!app/bower_components/**/*.{js,html}',
  '!app/**/*.spec.js'
]

And the negation wasn't working like it usually does with gulp.src, for example. So I looked into it and globby seemed to be the simplest way to achieve what I wanted.

My editor seems to have alphabetized the package.json file - the only changes there are to replace glob with globby and to bump the version to 0.2.1.

Then we can hand purify css an array of globs and negations like we do with gulp.src.
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.

None yet

1 participant