Workiva / wGulp

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

CP-467 Add copy:ts task to be used during test runs #141

Closed maxwellpeterson-wf closed 9 years ago

maxwellpeterson-wf commented 9 years ago

Description

This copies the .ts files into the buildSrc directory during test runs so that typescript sourcemaps work when debugging test.

It will only run this task if the typescript language is chosen.

Testing

When using this branch of wGulp with a typescript project (like wSession)... you should see typescript files in ./build/src/ after running gulp test

FYA: @trentgrover-wf @evanweible-wf

rmconsole-wf commented 9 years ago
    When this pull is merged I will use the following information:
    Version: wGulp 0.8.1
    Release Ticket: CP-461

Last updated on Tuesday, March 10 10:56 AM CST

evanweible-wf commented 9 years ago

+1

trentgrover-wf commented 9 years ago

+1 @jayudey-wf ready for merge

jayudey-wf commented 9 years ago

QA Resource Approval: +10

Merging into master.