Skip to content

Commit

Permalink
Add htmlwidgets reqs to template
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 29, 2015
1 parent 2390873 commit 3b5b47a
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<link href="www/bootstrap.min.css" rel="stylesheet">
<link href="www/highlight.css" rel="stylesheet">

<script src="www/jquery-1.11.0/jquery.min.js"></script>
<script src="www/htmlwidgets-0.5/htmlwidgets.js"></script>
<link href="www/str_view-0.1.0/str_view.css" rel="stylesheet" />
<script src="www/str_view-binding-1.0.0.9000/str_view.js"></script>

<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700'
rel='stylesheet' type='text/css'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion www/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*
bootstrap-2.3.2
Loading

0 comments on commit 3b5b47a

Please sign in to comment.