1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Bryan Chin
4695d06a71 updating hacking scripts to remove 'Sprint' suffix from app folder 2013-10-30 21:40:36 -05:00
Josh Parolin
98f06b626d Add Dust.js language support 2013-09-27 22:35:49 -07:00
Andreas Renberg (IQAndreas)
fafb0237b0 Simplify checking for existing symlink
It doesn't need to be that complicated, but may run into issues if they
have manually created folders or files named `dev`, rather than
automatically creating it as a link with `setup_for_hacking.sh`.

The exsting code was causing problems in Ubuntu anyway.
2013-08-17 20:21:07 +02:00
Andreas Renberg (IQAndreas)
dab1cfe9c4 Use proper exit codes in shell scripts
Proper exit codes are good practice.

Also, if a command fails somewhere in the middle of the script, it will
not proceed to the end of the script, outputting a message like "has
been restored to the installed configuration."
2013-08-17 20:04:22 +02:00
Andreas Renberg (IQAndreas)
d3fa7eb9a6 Change target symlink depending on OS
Linux and OSX users will want the symlink to be in two different
locations, now the script will adjust accordingly.
2013-08-17 20:00:42 +02:00
Andreas Renberg (IQAndreas)
7a929f8191 Change the example based on current operating system
This step is purely aesthetical (for now), and easier on non-OSX
developers who may see the '*.app' in the path as a file extension,
rather than viewing the target as a directory.

If needed, this can be expanded to add more operating systems in the
future.
2013-08-17 19:05:59 +02:00
Andreas Renberg (IQAndreas)
46114c90d6 Change from Shell scripts to Bash scripts
The scripts need to be bash in order to use, for example, the following
line: `if [[ ${1} == "" ]]; then`

Simple one-line changes in all three files.
2013-08-17 18:41:41 +02:00
Chema
c0b8eb2797 Add check for broken symlinks to existing dev link condition 2013-02-16 19:50:59 +01:00
Jason San Jose
8d762332c3 fix "too many arguments" error message 2012-09-11 14:54:37 -07:00
Glenn Ruehle
03f2875aa1 Better usage messages. Check for XP. 2012-09-07 09:19:38 -07:00
Glenn Ruehle
8af7da785d Add tools directory. 2012-09-06 16:49:48 -07:00