This repository contains global stylesheets and templates for GOV.UK.
Other related repositories:
- alphagov/govuk_frontend_toolkit - an SCSS toolkit for building responsive and cross-browser friendly web sites
- alphagov/slimmer - Rack middleware for wrapping Rack applications in shared templated layouts
##Javascript unit tests
To run the unit tests in batch use the jasmine:ci rake task, but it must be run in the test environment: RAILS_ENV=test rake jasmine:ci
.
Alternatively to run tests in browser: RAILS_ENV=test rake jasmine