File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ /bower_components /
12/api-viewer /bower_components /
23/api-viewer /node_modules /
Original file line number Diff line number Diff line change 1- See this repository in action at: [ http://www.nodegit.org/ ] ( http://www.nodegit.org/ )
1+ ` bower install `
2+ ` http-server `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " nodegit.github.com" ,
3+ "versions" : " 0.1.0" ,
4+ "dependencies" : {
5+ "combyne" : " ~0.6.1" ,
6+ "jquery" : " ~2.1.1" ,
7+ "underscore" : " ~1.7.0"
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -232,9 +232,9 @@ <h4>Returns:</h4>
232232 </ div >
233233 </ body >
234234
235- < script src ="api-viewer/ bower_components/jquery/dist/jquery.js "> </ script >
236- < script src ="api-viewer/ bower_components/underscore/underscore.js "> </ script >
237- < script src ="api-viewer/ bower_components/combyne/dist/combyne.js "> </ script >
235+ < script src ="bower_components/jquery/dist/jquery.js "> </ script >
236+ < script src ="bower_components/underscore/underscore.js "> </ script >
237+ < script src ="bower_components/combyne/dist/combyne.js "> </ script >
238238 < script src ="scripts/prism.js "> </ script >
239239 < script src ="scripts/api.js "> </ script >
240240 < script >
You can’t perform that action at this time.
0 commit comments