Created
April 8, 2013 20:26
-
-
Save EpocSquadron/5340166 to your computer and use it in GitHub Desktop.
Failed attempt at automating front-end testing.
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
## 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