diff --git a/Gruntfile.js b/Gruntfile.js index e2b27f25..1d2f8523 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -397,20 +397,6 @@ module.exports = function (grunt) { } }, - /** - * grunt open - * - * Opens your default web browser to the specified URL. This is mostly - * used when running server, so that the developer doesn't have to know - * what URL/port the dev box is running on. - */ - open: { - server: { - url: 'http://localhost:9000' - } - - }, - /** * grunt watch * @@ -608,7 +594,6 @@ module.exports = function (grunt) { 'clean', 'compile', 'package', - 'open', 'configureProxies:dist', 'connect:dist' ]); @@ -623,7 +608,6 @@ module.exports = function (grunt) { 'compile', 'configureProxies:livereload', 'connect:livereload', - 'open', 'watch' ]); diff --git a/package.json b/package.json index 5cd3551e..0f82f961 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "grunt-env": "0.4.1", "grunt-gitinfo": "^0.1.7", "grunt-html2js": "0.2.9", - "grunt-open": "0.2.3", "grunt-protractor-runner": "1.1.4", "grunt-shell": "1.1.1", "grunt-template": "^0.2.3",