Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

Commit

Permalink
Add more information about the stripConsole option.
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Jan 7, 2012
1 parent 226a183 commit 8c12278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ var profile = {
// fixed in a later version of Dojo.
optimize: 'closure',

// Strips all calls to console functions within the code.
// Strips all calls to console functions within the code. You can also set this to "warn" to strip everything
// but console.error, and any other truthy value to strip everything but console.warn and console.error.
stripConsole: 'all',

// The default selector engine is not included by default in a dojo.js build in order to make mobile builds
Expand Down

0 comments on commit 8c12278

Please sign in to comment.