mysticatea / cpx

A cli tool to watch and copy file globs.
MIT License
524 stars 36 forks source link

New: pass outfile to transforms via _flags #35

Closed forivall closed 6 years ago

forivall commented 7 years ago

Adds _flags to the options, which is browserify compatible

Like browserify, you could expose other options passed to cpx to the transforms.

codecov-io commented 7 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   84.83%   84.83%           
=======================================
  Files          17       17           
  Lines         554      554           
=======================================
  Hits          470      470           
  Misses         84       84
Impacted Files Coverage Δ
lib/utils/copy-file.js 70.45% <100%> (ø) :arrow_up:
bin/main.js 85.36% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 733cccf...3137e74. Read the comment docs.

mysticatea commented 6 years ago

I apology that I have overlooked this PR. I merged this PR in 692b67bf129e3a70c00f6e1129b9c04e018cfb90.

Thank you for contributing.