Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Created February 26, 2014 15:20
Show Gist options
  • Save hamsterbacke23/9231432 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/9231432 to your computer and use it in GitHub Desktop.
sublime build
{
"cmd": ["grunt", "version"],
"shell" : "true",
"variants": [
{ "cmd": ["grunt", "build"],
"name": "Concrete5 package: Get rid of grunt and cli stuff",
"shell": true
},
{ "cmd": ["yo", "c5:block", "test", "$file", "--force"],
"name": "Create new concrete5 block",
"working_dir" : "$file_path",
"shell": true
},
{ "cmd": ["grunt", "cleanlines"],
"name": "Concrete5 Package: Remove empty lines (cleanlines)",
"working_dir" : "$file_path",
"shell": true
},
{ "cmd": ["grunt", "langs"],
"name": "Concrete5 Package: Update Language po file (de_DE)",
"working_dir" : "$file_path",
"shell": true
},
{ "cmd": ["npm", "install"],
"name": "Npm: install",
"working_dir" : "$file_path",
"shell": true
},
{ "cmd": ["grunt", "watch"],
"name": "Grunt watch",
"working_dir" : "$file_path",
"shell": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment