-
Notifications
You must be signed in to change notification settings - Fork 82
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
deployApp appFiles argument seems to be ignored, or the format of the string arguments is not complained about #1090
Comments
The The |
Regarding the warning, I just ran your example command in a directory without the named files and received:
|
I see. When I read,
In the appDir argument description, it implies (in my reading) that if supplied then the function will not bundle all files, but only the specified files. I suppose a documentation improvement is in order, then? |
I don't know why'd you'd bother when all the paths are relative to the current working directory, assumed to be the appDir, just as appDir is assumed to be the current working directory when not supplied. |
I'm not following what you're trying to recommend, unfortunately. The Could you share a specific directory layout and |
Using the following
appFiles
argument, I would expect that deployApp would not complain about the number of files in the application being over ten thousand, which is the reason I constructed the appFiles argument vector.deployApp should produce a warning which states which elements of the vector were not matched against files in the application directory so that the vector can be corrected; it certainly shouldn't include files other than those in the vector; it should include nothing, per the function documentation, if nothing in the vector is matched or if only some in the vector aren't matched, given .rscignore doesn't support globbing either.
The text was updated successfully, but these errors were encountered: