Skip to content

Commit

Permalink
Add client optimization by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Nov 8, 2013
1 parent a293e48 commit 85ff85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports.config = {
"name": "Codebox",

// Mode debug
"debug": true,
"debug": process.env.CLIENT_DEBUG != null,

// Main entry point for application
"main": "main",
Expand Down

0 comments on commit 85ff85b

Please sign in to comment.