zordius / gulp-jsx-coverage

deprecated
https://www.npmjs.com/package/gulp-jsx-coverage
Other
34 stars 10 forks source link

Make it optional to specify the `.jsx` (and `.coffee`) extension #7

Closed pscanf closed 9 years ago

pscanf commented 9 years ago

As the title says. Would it be doable at all or are there technical issues that prevent it?

zordius commented 9 years ago

We already provide option for this. The default transpiler option is only transpile .jsx files by babel and only handle .coffee files with coffee. And you can pass different regexp into options.transpile.babel.include or options.transpile.coffee.include to customize it. Please refer to README.md for more document, thanks.