| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ever thought about joining us?
http://developers.theguardian.com/join-the-team.html
The Guardian website frontend.
Frontend is a set of Play Framework 2 Scala applications.
Frontend is built in two parts, using Grunt for the client side asset build and SBT for the Play Framework backend.
These principles apply to all requests on www.theguardian.com and api.nextgen.guardianapps.co.uk (our Ajax URL)
Welcome! To get set up, please follow the installation guide.
Fixes for common problems can be found here.
There is a make watch task available to build and watch for development changes.
make watchYou can run the Jasmine unit test suite with
make test
If you need to debug the tests in a browser, run the command
grunt test --no-single-run
and point your browser at http://localhost:9876.
Deployment uses the Riff Raff application.
You can debug your local Frontend application, by attaching a debugger.
Any IDE debugger should be compatible. In IntelliJ, add a new Debug Configuration, based on the Remote default. Ensure the Transport is Socket, the Debugger mode is Attach, and the port is set to 1044. Start a new Debug session, and your breakpoints should be active.
If you're new, you'll want to see what libraries we use in frontend.
Further documentation notes and useful items can be found in docs.
| Back | FazBrowse Home | New Git URL |