Created
February 26, 2014 15:20
-
-
Save hamsterbacke23/9231432 to your computer and use it in GitHub Desktop.
sublime build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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