Skip to content

Instantly share code, notes, and snippets.

@EpocSquadron
Created April 8, 2013 20:26
Show Gist options
  • Save EpocSquadron/5340166 to your computer and use it in GitHub Desktop.
Save EpocSquadron/5340166 to your computer and use it in GitHub Desktop.
Failed attempt at automating front-end testing.
## Unicorn
Make sure brew is up to date and install apache-ivy.
brew update
brew install ivy
Create a working directory for compiling and clone from mercurial.
mkdir -p ~/Projects/local
cd ~/Projects/local
hg clone https://dvcs.w3.org/hg/unicorn
cd unicorn
Run ant build script.
ant cli
## Linklint
Install with brew:
brew install linklint
Run it:
linklint -http -host <name[:port]> -doc <output-directory> /@
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment