/phonegap.github.io

PhoneGap's Next Website

Primary LanguageHTMLApache License 2.0Apache-2.0

PhoneGap.com Next Travis CI Build Status

PhoneGap's future website.

This is a fairly vanilla Jekyll/GitHub Pages site. It has been optimized for improved page loading speed; see this article for a full description.

Build and Serve Locally

Run this command:

$ rake

Open a browser to http://localhost:4000

Test Locally

The site is using Travis CI and HTML Proofer to check the html and referenced urls. Before you make a pull request it's a good idea to run the tests locally first.

Just run the command:

$ rake test

The output should be something like:

Running ["ScriptCheck", "LinkCheck", "ImageCheck"] checks on ./_site on *.html...


Checking 7 external links...
Ran on 3 files!


HTML-Proofer finished successfully.

If it finds any errors be sure to fix them before making the pull-request.