Created
April 25, 2011 23:04
-
-
Save alexcabrera/941448 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run compile-jammit to jump out of the compile jsts in our proj structure | |
| compile-jammit () { | |
| export ACTIVE_DJANGO_PROJECT=$PWD | |
| echo "Entering ui directory" | |
| cd ../ui | |
| echo "Compiling JSTs" | |
| jammit | |
| echo "Returning you back to django project" | |
| cd $ACTIVE_DJANGO_PROJECT | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment