I tried to install this bundle but the instructions seem outdated and do not match my version of Textmate (2.0-beta.6): https://github.com/subtleGradient/javascript-tools.tmbundle/tree/master
Hi jgalt,
On 27 Feb 2015, at 10:02 , jgalt jgaltusa@gmail.com wrote:
I tried to install this bundle but the instructions seem outdated and do not match my version of Textmate (2.0-beta.6): https://github.com/subtleGradient/javascript-tools.tmbundle/tree/master
the bundle seems to work more or less. One method to install it:
1. Open Terminal 2. Enter
mkdir -p ~/Library/Application\ Support/Avian/Bundles/ cd ~/Library/Application\ Support/Avian/Bundles/ git clone https://github.com/subtleGradient/javascript-tools.tmbundle.git
3. Open TextMate 4. There should now be a new menu item Bundles→JavaScript Tools
Some of the bundle commands do not work under my system — OS X 10.10.2. One of the working items is “Compress With YUI! Compressor”. As far as I can tell that does what you want.
Kind regards, René
That worked great. Thanks.
On 2/27/15 3:28 AM, "René Schwaiger" sanssecours@f-m.fm wrote:
- Open Terminal
2. Enter
mkdir -p ~/Library/Application\
Support/Avian/Bundles/
cd ~/Library/Application\ Support/Avian/Bundles/
git clone https://github.com/subtleGradient/javascript-tools.tmbundle.git
3.
Open TextMate
4. There should now be a new menu item Bundles→JavaScript Tools
On 27.02.2015, at 10:28, René Schwaiger sanssecours@f-m.fm wrote:
- Open Terminal
- Enter
mkdir -p ~/Library/Application\ Support/Avian/Bundles/ cd ~/Library/Application\ Support/Avian/Bundles/ git clone https://github.com/subtleGradient/javascript-tools.tmbundle.git
Almost. Although this works, "~/Library/Application\ Support/Avian/Bundles/" is for bundle deltas / the customizations of a use.
New bundles should be installed to "~/Library/Application Support/Avian/Pristine Copy/Bundles" - that's the place where TextMate puts them if one simply double clicks a .tmbundle in the Finder.