Skip to content

Commit

Permalink
slightly better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinhook committed Apr 21, 2011
1 parent a83c669 commit 73420c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ steal(function( steal ) {

/**
* Builds JavaScripts
*
* @param {Object} opener the result of a steal.build.open
* @param {Object} options options passed to the build script
*
* * __to__ - which folder the production.css files should be put in
* * __quite__ - tell the compressor to be less abnoxious about sending errors
* * __all__ - compress all scripts
*/
var scripts = (steal.build.builders.scripts = function( opener, options ) {
steal.print("\nBUILDING SCRIPTS --------------- ");
Expand Down

0 comments on commit 73420c0

Please sign in to comment.