grunt.registerTask('default', function(arg) {
    if (arg === undefined) {
      arg = 'all';
    }