From 6a148611f5d6a982e672141a27818554a9e595d5 Mon Sep 17 00:00:00 2001 From: Amith Date: Wed, 1 Jul 2015 18:49:04 +0530 Subject: [PATCH] wiredep removed --- Gruntfile.js | 4 ++-- package.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cf492c2b5..cf00783b8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -161,7 +161,7 @@ module.exports = function (grunt) { }, // Automatically inject Bower components into the app - wiredep: { +/* wiredep: { options: { cwd: '<%= yeoman.app %>' }, @@ -170,7 +170,7 @@ module.exports = function (grunt) { ignorePath: /\.\.\// } }, - +*/ // Renames files for browser caching purposes filerev: { dist: { diff --git a/package.json b/package.json index dc48a9666..063a60ef0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "grunt-ng-annotate": "^0.10.0", "grunt-svgmin": "^0.4.0", "grunt-usemin": "^2.1.1", - "grunt-wiredep": "^1.7.0", "jasmine-core": "^2.1.3", "jshint-stylish": "^0.2.0", "karma": "^0.12.31",