Add more and rebuild documentation as well as update minified builds.

Former-commit-id: fab04394692ecbfb0d55e212928f0ff53902d921
This commit is contained in:
John-David Dalton
2012-10-22 01:01:21 -07:00
parent 0f82ae3644
commit 1b0a77f9a8
7 changed files with 167 additions and 146 deletions

View File

@@ -796,7 +796,9 @@
/**
* Creates a debug and minified build, executing the `callback` for each.
* The `callback` is invoked with 2 arguments; (filePath, source)
* The `callback` is invoked with two arguments; (filePath, outputSource).
*
* Note: For a list of commands see `displayHelp()` or run `lodash --help`.
*
* @param {Array} [options=[]] An array of commands.
* @param {Function} callback The function called per build.