This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "directory": "bower_components"
3+ }
Original file line number Diff line number Diff line change 99 "ignore" : [
1010 " **/.*" ,
1111 " node_modules" ,
12- " components " ,
12+ " bower_components " ,
1313 " test*" ,
1414 " demo*" ,
1515 " gruntFile.js" ,
Original file line number Diff line number Diff line change 99 < title > AngularUI - Date Picker Demo</ title >
1010 < base href =".. "> </ base >
1111 < link rel ="stylesheet " href ="components/jquery-ui/themes/smoothness/jquery-ui.css ">
12- < script type ="text/javascript " src ="components /jquery/jquery.js "> </ script >
13- < script type ="text/javascript " src ="components /jquery-ui/ui/jquery-ui.custom.js "> </ script >
14- < script type ="text/javascript " src ="components /angular/angular.js "> </ script >
12+ < script type ="text/javascript " src ="bower_components /jquery/jquery.js "> </ script >
13+ < script type ="text/javascript " src ="bower_components /jquery-ui/ui/jquery-ui.custom.js "> </ script >
14+ < script type ="text/javascript " src ="bower_components /angular/angular.js "> </ script >
1515 < script type ="text/javascript " src ="src/date.js "> </ script >
1616</ head >
1717< body ng-app ="ui.date ">
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ basePath = '..';
22files = [
33 JASMINE ,
44 JASMINE_ADAPTER ,
5- 'components /jquery/jquery.js' ,
6- 'components /jquery-ui/ui/jquery-ui.custom.js' ,
7- 'components /angular/angular.js' ,
8- 'components /angular-mocks/angular-mocks.js' ,
5+ 'bower_components /jquery/jquery.js' ,
6+ 'bower_components /jquery-ui/ui/jquery-ui.custom.js' ,
7+ 'bower_components /angular/angular.js' ,
8+ 'bower_components /angular-mocks/angular-mocks.js' ,
99 'src/sortable.js' ,
1010 'test/*.spec.js'
1111] ;
You can’t perform that action at this time.
0 commit comments