Suspect that when an error in a task happens, we need to freeze all bundling, otherwise the task that fail's compiled output will be missing from the bundle.
- All tasks should pass , if they don't then we do not re bundle, they previous passing task will be in the bundle contents.
Suspect that when an error in a task happens, we need to freeze all bundling, otherwise the task that fail's compiled output will be missing from the bundle.