From dbe5d3e5d85965ba67e5a47dfc2abb959992791d Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Sun, 7 Sep 2014 09:25:03 -0400 Subject: [PATCH] fix(wiredep): remove cwd property --- templates/common/root/_Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/common/root/_Gruntfile.js b/templates/common/root/_Gruntfile.js index dd61807c4..769fdb96f 100644 --- a/templates/common/root/_Gruntfile.js +++ b/templates/common/root/_Gruntfile.js @@ -175,9 +175,6 @@ module.exports = function (grunt) { // Automatically inject Bower components into the app wiredep: { - options: { - cwd: '<%%= yeoman.app %>' - }, app: { src: ['<%%= yeoman.app %>/index.html'], ignorePath: /\.\.\//