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 9
9
"ignore" : [
10
10
" **/.*" ,
11
11
" node_modules" ,
12
- " components " ,
12
+ " bower_components " ,
13
13
" test*" ,
14
14
" demo*" ,
15
15
" gruntFile.js" ,
Original file line number Diff line number Diff line change 9
9
< title > AngularUI - Date Picker Demo</ title >
10
10
< base href =".. "> </ base >
11
11
< 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 >
15
15
< script type ="text/javascript " src ="src/date.js "> </ script >
16
16
</ head >
17
17
< body ng-app ="ui.date ">
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ basePath = '..';
2
2
files = [
3
3
JASMINE ,
4
4
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' ,
9
9
'src/sortable.js' ,
10
10
'test/*.spec.js'
11
11
] ;
You can’t perform that action at this time.
0 commit comments