Skip to content

Commit

Permalink
Fixed bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl Rowland committed Oct 24, 2016
1 parent 0e95ac1 commit 5237deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ var addDocumentation = function(app, directory, options) {
res.sendFile(__dirname + "/docs/build/static_docs_content/style.css");
});

var scriptTags = '<script type="text/javascript" src="http://localhost:3001/docs/build/bundle.js"></script>';
//var scriptTags = '<script type="text/javascript" src="' + SITES[site].src + 'bundle.js"></script>';
//var scriptTags = '<script type="text/javascript" src="http://localhost:3001/docs/build/bundle.js"></script>';
var scriptTags = '<script type="text/javascript" src="/api-docs-bundle/json"></script>';

var fontIncludes = '<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400" rel="stylesheet">';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheese-toastie",
"version": "0.2.0",
"version": "0.2.1",
"description": "NodeJS API Builder",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5237deb

Please sign in to comment.