Skip to content

Commit adc9af0

Browse files
committed
jQuery Bower location fix in Grunt and Karma file
1 parent 6cc169a commit adc9af0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ bower_components
44
coverage
55
treecontrol.iml
66
.DS_Store
7+
Chromium 49.0.2623 (Ubuntu)

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function(grunt) {
3030
background: true,
3131
options: {
3232
files: [
33-
'bower_components/jquery/jquery.js',
33+
'bower_components/jquery/dist/jquery.js',
3434
'demo/angular.1.3.12.js',
3535
'demo/angular-mocks.1.3.12.js',
3636
'angular-tree-control.js',

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function(config) {
1212

1313
// list of files / patterns to load in the browser
1414
files: [
15-
'bower_components/jquery/jquery.js',
15+
'bower_components/jquery/dist/jquery.js',
1616
'bower_components/angular/angular.js',
1717
'bower_components/angular-mocks/angular-mocks.js',
1818
'angular-tree-control.js',

0 commit comments

Comments
 (0)