Skip to content

Commit

Permalink
update TaffyDB; move to node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Oct 15, 2012
1 parent 4a26997 commit 157d5c8
Show file tree
Hide file tree
Showing 11 changed files with 2,118 additions and 1,477 deletions.
3 changes: 2 additions & 1 deletion Jake/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"dependencies": {
"markdown": "0.4.0"
"markdown": "0.4.0",
"taffydb": "git://github.com/hegemonic/taffydb.git"
},
"bugs": "https://github.com/jsdoc3/jsdoc/issues",
"contributors" : [
Expand Down
5 changes: 3 additions & 2 deletions jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ function main() {
resolver,
fs = require('fs'),
path = require('path'),
taffy = require('taffydb').taffy,
Config = require('jsdoc/config');

/**
Expand Down Expand Up @@ -404,7 +405,7 @@ function main() {
// convert this from a URI back to a path if necessary
env.opts.template = uriToPath(env.opts.template);
template.publish(
new (require('typicaljoe/taffy'))(docs),
taffy(docs),
env.opts,
resolver.root
);
Expand All @@ -419,7 +420,7 @@ function main() {
// convert this from a URI back to a path if necessary
env.opts.template = uriToPath(env.opts.template);
publish(
new (require('typicaljoe/taffy'))(docs),
taffy(docs),
env.opts,
resolver.root
);
Expand Down
1 change: 1 addition & 0 deletions node_modules/taffydb/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/taffydb/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions node_modules/taffydb/taffy-test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 157d5c8

Please sign in to comment.