Skip to content

Commit

Permalink
add minify commandline option
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 25, 2014
1 parent ce0f0af commit da84805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/common-cli-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ exports.options = [
{ option: 'system-name', type: 'String', description: 'name used if multiple happyFunTimes servers are running on the same network. Default = computer name'},
{ option: 'ask-name', type: 'Boolean', description: 'ask for name on start, use --no-ask-name to set to false', default: "true"},
{ option: 'menu', type: 'Boolean', description: 'show menu icon on controller, use --no-menu to turn off', default: "true"},
{ option: 'minify', type: 'Boolean', description: 'minify -minify.js files', default: false},
];

0 comments on commit da84805

Please sign in to comment.