Closed maxwellpeterson-wf closed 9 years ago
Fixes #110
The supported 'jsx' language option does not come with a default task that will transpile .jsx in ./test to ./build/test
Add new default task jsx:test
jsx:test
gulp test
.js
@trentgrover-wf @evanweible-wf
+1
+10
.jsx
./test
./build/test
@charliekump-wf Ready for merge
QA Resource Approval: +1
Merging into master.
Fixes #110
Problem
The supported 'jsx' language option does not come with a default task that will transpile .jsx in ./test to ./build/test
Solution
Add new default task
jsx:test
How to +10
gulp test
should result in that file being transpiled into ./build/test with a.js
extension@trentgrover-wf @evanweible-wf