addyosmani/a11y

Author Gulp task for the module

Closed this issue · 10 comments

Help welcome here.

I'm in. Nice work, btw.

I'll work on it next week.

Fantastic. Thanks @arthurvr!

I'm actually working on one right now. Maybe we can chat about what we're expecting as input?

It might also be useful to coordinate with #10. I imagine most users will want to supply n URLs at minimum. We might want to expand this to take on config options eventually too.

👍. What's your progress, @Snugug?

👎 There no reason for a gulp plugin to exist. Just use the a11y API directly in your gulpfile.

If that's true (I haven't overlooked the api totally yet), I agree with Sindre.

Gulp plugins only makes sense for things that work directly and only on the contents of files. This doesn't.

Gulp is not Grunt. Most things don't have to be wrapped. Gulp actually have 112772 modules you can use with it: https://www.npmjs.com ;)

SGTM Sindre. I assumed this may be the same as how we've handled PSI etc in
the past but just wanted to be sure. Let's just use it directly.
On 17 Dec 2014 07:10, "Sindre Sorhus" notifications@github.com wrote:

Gulp plugins only makes sense for things that work directly and only on
the contents of files. This doesn't.

Gulp is not Grunt. Most things don't have to be wrapped. Gulp actually
have 112772 modules you can use with it: https://www.npmjs.com ;)


Reply to this email directly or view it on GitHub
#11 (comment).