File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 < link rel ="stylesheet " type ="text/css " href ="https://raw.githubusercontent.com/twbs/bootstrap/master/dist/css/bootstrap.min.css " />
77 < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/default.min.css ">
88 < script src ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js "> </ script >
9- < script type ="application/javascript " src ="browser/ toplevel/eid.min.js "> </ script >
9+ < script type ="application/javascript " src ="toplevel/eid.min.js "> </ script >
1010 < style type ="text/css ">
1111 @import url (https://fonts.googleapis.com/css?family=PT+Sans|Source+Code+Pro);
1212 body {
Original file line number Diff line number Diff line change 44var serve = require ( 'gulp-serve' ) ;
55var config = require ( './config' ) ;
66
7- module . exports = serve ( [ config . test , config . dist ] ) ;
7+ module . exports = serve ( config . dist + '/browser' ) ;
You can’t perform that action at this time.
0 commit comments