brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Add tools to help users setup a brackets dev environment #1545

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Friday Sep 07, 2012 at 01:38 GMT Originally opened as https://github.com/adobe/brackets/pull/1580


* Depends on adobe/brackets-shell#105** ***

Add a new tools directory with 2 new tools:

  1. setup_for_hacking.sh/.bat - Run this tool to install shortcuts into your brackets app that make brackets use the HTML/CSS/JS files pulled from the GitHub repo.
  2. restore_installed_build.sh/.bat - Removes the shortcuts installed by the first tool.

Here are the steps to setup Brackets for hacking (this applies to hacking on HTML/CSS/JS files only, and does not apply to hacking on brackets-shell).

> tools/setup_for_hacking.sh "/Applications/Brackets Sprint 14.app"
> tools\setup_for_hacking.bat "\Program Files (x86)\Brackets\"

To restore Brackets back to the installed HTML/CSS/JS files, run the restore_installed_build script, passing the same value that was passed to setup_for_hacking.


gruehle included the following code: https://github.com/adobe/brackets/pull/1580/commits

core-ai-bot commented 3 years ago

Comment by jasonsanjose Friday Sep 07, 2012 at 02:10 GMT


Reviewing

core-ai-bot commented 3 years ago

Comment by jasonsanjose Friday Sep 07, 2012 at 02:36 GMT


Initial review complete

core-ai-bot commented 3 years ago

Comment by gruehle Friday Sep 07, 2012 at 16:20 GMT


All comments have been addressed. Ready for re-review.

core-ai-bot commented 3 years ago

Comment by jasonsanjose Friday Sep 07, 2012 at 17:00 GMT


Looks good. Merging.