grunt-open
grunt-open copied to clipboard
Open urls and files from a grunt task
I keep getting "Warning: Spawn ENOENT" problem when I am running grunt-open. My setup I have all my project files on Google Drive. I am doing my development on the...
I made grunt open task on the next way: module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), open : { ``` AngularSeedApp : { path: 'http://127.0.0.1:8888/app/index.html', //app: 'Google Chrome' }, ```...
A fallback mechanism would be cool, if the specified app (browser) wasn't found to use the default browser without failing the task.