I am trying to make it so if a --theme flag isn\'t specified it stops the gulp task and wondering the best way to do it in a DRY way.
I would like each individual task t
You can simply stop the script with:
process.exit()