Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Consider adding jsx:test as a default task #110

Closed maxwellpeterson-wf closed 10 years ago

maxwellpeterson-wf commented 10 years ago
gulp.task('jsx:test', wGulp.getDeps('jsx:test'), wGulp.jsx({
    cwd: wGulp.config.path.test,
    dest: wGulp.config.path.buildTest
}));

Wdesk Home is using JSX in their tests and need a task like this added to their gulpfile. This is something easy wGulp could support OOTB.