Created
March 6, 2014 12:27
-
-
Save lsiden/9388528 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff | |
diff --git a/test/karma.conf.js b/test/karma.conf.js | |
index b5658bc..9e8b81a 100644 | |
--- a/test/karma.conf.js | |
+++ b/test/karma.conf.js | |
@@ -15,7 +15,7 @@ module.exports = function(config) { | |
// list of files / patterns to load in the browser | |
files: [ | |
// Dependencies | |
- 'bower_components/jquery/jquery.js', | |
+ 'bower_components/jquery/src/jquery.js', | |
'bower_components/angular/angular.js', | |
'bower_components/angular-mocks/angular-mocks.js', | |
'bower_components/select2/select2.js', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment