napperley
06/10/2017, 5:24 AMtask runProgram(type: Exec) {
def url = '<http://localhost:63342/notifier-sample/web/index.html>'
dependsOn 'transpileToJs'
workingDir "${projectDir.absolutePath}/web"
args url
commandLine 'google-chrome'
}