T3S icon indicating copy to clipboard operation
T3S copied to clipboard

pre/post_processing_commands required in settings files

Open chippydip opened this issue 10 years ago • 1 comments

If build_parameters is included in the user or project settings files and doesn't have both pre_processing_commands and post_processing_commands then builds will silently fail. This is unintuitive since those settings are supposed to override the defaults (which should be an empty list in this case). At the very least it would be nice to get an error message in the console.

Looks like a simple check in the build.js file before trying to loop over these arrays should fix the problem.

chippydip avatar May 26 '14 17:05 chippydip

Hello,

Yes current behavior is not great, it should be an override/inherit behavior for the settings. I will look into that.

Railk avatar May 26 '14 18:05 Railk