Closed Poetro closed 8 years ago
The --no-copy was not working #19 . This change fixes the issue by only adding copy-files to the pipeline if it is enabled.
--no-copy
copy-files
Solves #19 .
mkdir -p ./temp/src && cd temp && \ touch src/index.html && touch src/index.js && \ npm init -y > /dev/null && \ ez-build --production --no-copy && \ ls lib/index.*
js – src/index.js -> lib\index.js,lib\index.js.map lib/index.js lib/index.js.map
Awesome stuff dude – thanks! I'll release asap!
Description
The
--no-copy
was not working #19 . This change fixes the issue by only addingcopy-files
to the pipeline if it is enabled.Motivation and Context
Solves #19 .
How Was This Tested?
Types of changes
Checklist: