grunt-open
grunt-open copied to clipboard
open file only if exists
i generate a html report (tests fail case), and then want to open it, only if its generated. I want to ignore the open task (skip with success), in case there is no report-file. (tests success case) Is there a simple way without pull-request or another npm package?