Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created January 31, 2014 01:04
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 daleharvey/8724733 to your computer and use it in GitHub Desktop.
Save daleharvey/8724733 to your computer and use it in GitHub Desktop.
check-gjslint-installed:
@if ! command -v gjslint >/dev/null 2>&1; then \
sudo easy_install $(CLOSURE_URL); \
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment