jsoverson / grunt-open

Open urls and files from a grunt task
MIT License
109 stars 19 forks source link

open file only if exists #34

Open yadimon opened 7 years ago

yadimon commented 7 years ago

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?