-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to exclude a folder from copying over to /deno_dist? #21
Comments
Hi @yandeu, I am only seeing your issue now, let me have a look... |
I understand the usecase. Unfortunately, as for now, there is no way to exclude a whole parent directory of EDIT: Considering you have a total of 6 |
Thanks! I thought I just keep entering the wrong settings. No, I just use "scripts": {
"denoify": "rimraf deno_lib && denoify && rimraf deno_lib/bundles deno_lib/dev"
} |
Hi @garronej,
I took a look at the package.json settings but I could not exclude an entire folder from being copied over to
deno_dist
.In my project, I would like to exclude the folders
/src/bundles
and/src/dev
from getting copied over to/deno_dist
.Is it possible to configure this with denoify? Or should I use another approach instead?
Thanks :)
The text was updated successfully, but these errors were encountered: