Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created April 25, 2011 23:04
Show Gist options
  • Select an option

  • Save alexcabrera/941448 to your computer and use it in GitHub Desktop.

Select an option

Save alexcabrera/941448 to your computer and use it in GitHub Desktop.
# 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