lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

Add support for gulpfile.babel.js and test #12

Closed flying-sheep closed 7 years ago

flying-sheep commented 7 years ago

there’s a problem: to test gulpfile.js, you need gulp v3 installed, to test gulpfile.babel.js, you need gulp v4 installed.

seem like your tests aren’t working at all.

PS: if you want to test gulpfile.babel.js, you also need babel-register and babel-plugin-transform-es2015-modules-commonjs

nealoke commented 7 years ago

+1 for this #13

flying-sheep commented 7 years ago

OK, so turns out the code actually expects strings for the glob patterns, not arrays.

lkytal commented 7 years ago

Thanks.

flying-sheep commented 7 years ago

no problem! but you should make sure that your tests run!

i get errors in some of them (unrelated to my changes)