This is just a request. I think it would be nice to include nightly (or weekly) builds for users to test out the latest features like they have in place for other popular coding editors (VSCode Insiders, Atom Beta).
Hi @bunster, thanks for the feature request! Not sure if nightlys are possible at this point as Brackets is a bit lacking on the update system, but using Brackets against the latest master is pretty simple:
git clone https://github.com/adobe/brackets && cd bracketsnpm installRun setup for hacking script:
| | |
|---|---|
| Mac | tools/setup_for_hacking.sh "/Applications/Brackets.app" |
| Windows | tools\setup_for_hacking.bat "C:\Program Files (x86)\Brackets"
_(MUST be run in a Command Prompt started with "Run as Administrator")_ |
| Linux | sudo tools/setup_for_hacking.sh "/opt/brackets" |
Then you can set up a cron job or something to git pull origin master daily ^^
The master is usually very stable, so there aren't that many risks.
https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets
@bunster for now: https://github.com/adobe/brackets/releases/tag/release-1.9-prerelease
Closing this issue. We are going to have releases in every two months with a couple of pre-releases before that. That would make the release frequency quite evenly.
Most helpful comment
Hi @bunster, thanks for the feature request! Not sure if
nightlys are possible at this point as Brackets is a bit lacking on the update system, but using Brackets against the latest master is pretty simple:git clone https://github.com/adobe/brackets && cd bracketsnpm installRun setup for hacking script:
| | |
|---|---|
| Mac |
tools/setup_for_hacking.sh "/Applications/Brackets.app"|| Windows |
tools\setup_for_hacking.bat "C:\Program Files (x86)\Brackets"_(MUST be run in a Command Prompt started with "Run as Administrator")_ |
| Linux |
sudo tools/setup_for_hacking.sh "/opt/brackets"|Then you can set up a cron job or something to
git pull origin masterdaily ^^The master is usually very stable, so there aren't that many risks.
https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets