File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ bower_components
44coverage
55treecontrol.iml
66.DS_Store
7+ Chromium 49.0.2623 (Ubuntu)
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments