From 1ded4e276f6daa4b9b5fa623eb7680a64d40728f Mon Sep 17 00:00:00 2001 From: Luciano Amodio Date: Tue, 16 Jul 2013 21:21:29 +0200 Subject: [PATCH] bower change it's default components dir https://github.com/bower/bower/blob/master/CHANGELOG.md#0100---2013-07-02 --- test/karma-shared.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/karma-shared.conf.js b/test/karma-shared.conf.js index 92ba205..1fd9be3 100644 --- a/test/karma-shared.conf.js +++ b/test/karma-shared.conf.js @@ -24,7 +24,7 @@ shared.files = [ './test/mocha.conf.js', //3rd Party Code - 'components/angularjs/index.js', + 'bower_components/angularjs/index.js', 'app/scripts/lib/router.js', //App-specific Code