Closed jasonkarns closed 8 years ago
That's a good idea, the dry run.
If it's just a matter of checking what's included/excluded by the src config attribute though, it's doable but not very specific nor relevant to this task.
If the extension leverages the use of src, the verbose flag will indeed display the list of files used by the task, which I think will also help addressing the problem.
I would like to see more detailed output of which exact files were packed into the crx file. Running with verbose flag shows the files that were deleted from /tmp, but that doesn't help determine if all the necessary exclude files were listed correctly. (We have a non-trivial list of excludes.)
This behaviour could be implemented by listing out the actual contents of /tmp (after the excludes are deleted). Or, running in
debug
mode could just leave the /tmp directory intact after the task runs.