Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
killahpriest
on Aug 18, 2012
|
parent
|
context
|
favorite
| on:
Custom Sublime Text Build Systems For Popular Tool...
FYI, instead of creating separate .sh files for builds that need multiple lines, you could just separate them by passing && as a parameter.
E.g., for Cordova iOS projects I use:
"cmd": ["cordova/debug", "&&", "cordova/emulate"]
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
E.g., for Cordova iOS projects I use: