This repository was archived by the owner on May 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.8 "
3
+ - " 0.10 "
4
4
5
5
before_install :
6
6
- export DISPLAY=:99.0
Original file line number Diff line number Diff line change 10
10
< base href =".. "> </ base >
11
11
< link rel ="stylesheet " href ="bower_components/jquery-ui/themes/smoothness/jquery-ui.css ">
12
12
< script type ="text/javascript " src ="bower_components/jquery/dist/jquery.js "> </ script >
13
- < script type ="text/javascript " src ="bower_components/jquery-ui/ui/minified/ jquery-ui.min.js "> </ script >
13
+ < script type ="text/javascript " src ="bower_components/jquery-ui/jquery-ui.min.js "> </ script >
14
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 >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ files = [
3
3
JASMINE ,
4
4
JASMINE_ADAPTER ,
5
5
'bower_components/jquery/dist/jquery.js' ,
6
- 'bower_components/jquery-ui/ui/minified/ jquery-ui.min.js' ,
6
+ 'bower_components/jquery-ui/jquery-ui.min.js' ,
7
7
'bower_components/angular/angular.js' ,
8
8
'bower_components/angular-mocks/angular-mocks.js' ,
9
9
'src/date.js' ,
You can’t perform that action at this time.
0 commit comments