Update minified build and docs.

Former-commit-id: aed499a9ffee5fd7c1f29dad13a8c4e756b431d8
This commit is contained in:
John-David Dalton
2012-08-31 13:53:04 -07:00
parent 2b0bffc362
commit 2aea296d19
3 changed files with 279 additions and 197 deletions

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v0.6.1</sup>',
'title' => 'Lo-Dash <sup>v0.7.0-pre</sup>',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));