Update minified build and docs.

Former-commit-id: a7719898e67aab04d37e775f4794b0be7a4a2e24
This commit is contained in:
John-David Dalton
2012-09-09 14:13:18 -07:00
parent 0805eca979
commit dca653cb92
3 changed files with 131 additions and 133 deletions

View File

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