Skip to content

Instantly share code, notes, and snippets.

@ericabouaf
Created January 16, 2011 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericabouaf/781693 to your computer and use it in GitHub Desktop.
Save ericabouaf/781693 to your computer and use it in GitHub Desktop.
Textmate command to build a YUI component using YUI Builder from Textmate
#!/bin/sh
# Textmate command to build a YUI component from Textmate
cd $TM_DIRECTORY
cd ..
echo "<pre style='font-size: 80%;'>"
ant all
echo "</pre>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment