dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Allow eject to copy absolute paths #194

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

If an absolute path is listed in the eject's copy config, copy that file using the same file name to the output directory. For example, if the filepath is /path/to/some-file.js, then the file will be copied to config/{group-name}/some-file.js. Verified locally with a test application.

Resolves #193

codecov[bot] commented 6 years ago

Codecov Report

Merging #194 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   97.02%   97.03%   +<.01%     
==========================================
  Files          17       17              
  Lines         404      405       +1     
  Branches       51       53       +2     
==========================================
+ Hits          392      393       +1     
  Misses          5        5              
  Partials        7        7
Impacted Files Coverage Δ
src/commands/eject.ts 94.11% <100%> (+0.11%) :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 c4f52b7...3451371. Read the comment docs.