loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.97k stars 1.07k forks source link

Example of using --copy-resources #2009

Closed hosiduy closed 6 years ago

hosiduy commented 6 years ago

Description

Hi Loopback Team, I read on the document which talk about using option: --copy-resources when running lb-tsc. Please give an example on how to use this option. I tried several commands aleady but none of them work:

lb-tsc --copy-resources=true es2017
lb-tsc --copy-resources true es2017
lb-tsc --copy-resources es2017
lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources true
lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources=true
lb-tsc -p tsconfig.json --target es2017 --outDir dist --copy-resources
lb-tsc --copy-resources true -p tsconfig.json --target es2017 --outDir dist 
lb-tsc --copy-resources=true -p tsconfig.json --target es2017 --outDir dist 
lb-tsc --copy-resources -p tsconfig.json --target es2017 --outDir dist 

Thanks.

See Reporting Issues for more tips on writing good issues

raymondfeng commented 6 years ago

For example:

lb-tsc es2017 --outDir dist --copy-resources
ketansp commented 4 months ago

The --copy-resources flag does not work as of 2024.

nflaig commented 4 months ago

The --copy-resources flag does not work as of 2024.