Workiva / wGulp

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

Unbundling #119

Open guybedford-wf opened 9 years ago

guybedford-wf commented 9 years ago

This is a first attempt, mostly for feedback for a dual bundled / unbundled testing workflow.

We always enable useBundles, then run unbundling prior to tests, unless running the test:bundle test, which ensures bundling is run.

Feedback welcome if this is the right approach or not.

rmconsole-wf commented 9 years ago
    When this pull is merged I will not be able to function
    properly because no ticket is included in the title.

Last updated on Thursday, December 11 08:52 PM CST

guybedford-wf commented 9 years ago

Sure, I've moved bundling to the build step.

trentgrover-wf commented 9 years ago

+1 - looks good...haven't had a chance to try it out yet though...