hoffi / gulp-msbuild

gulp-msbuild has moved to https://github.com/fluffynuts/gulp-msbuild.
MIT License
53 stars 44 forks source link

Add emission of published files #57

Closed Niksko closed 7 years ago

Niksko commented 7 years ago

This adds an option which allows you to emit published to the stream. This is incredibly useful because it neatly encapsulates publishing your code to a temporary directory and then returning a stream of the published files. This makes it easy to pipe the stream into other gulp plugins to perform further work on the published files.

As discussed in issue #46, this adds the following functionality:

I have added some unit tests of this functionality, but feel free to suggest more.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 98.773% when pulling 58b432a0cd835015a75a0eedde99422f41ce5e1e on Niksko:master into a549abc15849266756de03e0f144c17e67a60101 on hoffi:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 98.773% when pulling 58b432a0cd835015a75a0eedde99422f41ce5e1e on Niksko:master into a549abc15849266756de03e0f144c17e67a60101 on hoffi:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 98.773% when pulling 58b432a0cd835015a75a0eedde99422f41ce5e1e on Niksko:master into a549abc15849266756de03e0f144c17e67a60101 on hoffi:master.

Niksko commented 7 years ago

Apologies, this should probably be a PR into develop