-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detach bash on windows. #449
Comments
Comment by bchintx @taichi - can you please clarify why you'd like to make these changes? brackets-shell builds just fine on Windows currently so long as you have the right dev environment pre-requisites, such as GitBash. More information on building on Windows can be found here. |
Comment by taichi this change prevents most Windows users from small pitfall. most Windows users launch the bash terminal dedicated only when using Git. most Windows users are using the cmd terminal when using |
Comment by bchintx Ah, gotcha. Thanks for the clarification. I understand your motivation, but many of our developers, including myself, use Git Bash as our Brackets command-line environment on Windows. Unfortunately, your change will break our environments. In short, if you're hacking on Brackets on Windows. Please be sure to use the Git Bash terminal to interact with git and run the grunt scripts as already documented in the Building Brackets Shell for Windows Wiki. Thanks! Alternatively, you could submit an alternate set of commands or scripts that might be more "Command Prompt"-friendly, without breaking the existing scripts which leverage Git Bash. |
Comment by taichi this change don't change script behavior. |
Comment by JeffryBooher @taichi these changes do change the tools used to in the shell's build script so the behavior hasn't changed -- no, but the tools used to build the shell have changed. These may cause our automated scripts to fail and it could cause users with limited rights the inability to build. Adm-zip would need to be installed |
Issue by taichi
Thursday Mar 20, 2014 at 07:34 GMT
Originally opened as adobe#431
windows don't have bash commands.
so switch to javascript.
taichi included the following code: https://github.com/adobe/brackets-shell/pull/431/commits
The text was updated successfully, but these errors were encountered: