govuk-prototype-kit icon indicating copy to clipboard operation
govuk-prototype-kit copied to clipboard

Rapidly create HTML prototypes of GOV.UK services

Results 239 govuk-prototype-kit issues
Sort by recently updated
recently updated
newest added

When using the kit as a package, the file app/config.js may not be present. This commit makes it easier for code in lib to import app/config.js by adding a convenience...

## What Document process for creating release notes for Prototype Kit releases ## Why To: - clarify roles - set timeframes - introduce clearance of final notes ## Who Content...

documentation

Tests to download and extract the latest zip file of the prototype kit. Please note that as cypress has an issue testing a download from an external page, I have...

## What Move all files for starter kit to folder `prototype-starter`. Move all package files to `package` folder. /package/package.json has devDependencies and package dependencies, /prototype-starter/package.json has just govuk-prototype-kit, govuk-frontend and...

🕔 days

I've also temporarily included configuration in getAppViews.

## What We want includes in `lib/nunjucks/govuk-prototype-kit/includes`. Move files from `app/views/includes/{head.html, scripts.html}` to new folder. Update files that include these to be correct. Rename head.html to stylesheets.html. Add an extensions...

## What Create `lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.html`, which contains contents of current `app/views/layout.html`. `app/views/layout.html` can contain just a single line extending new layout. We may want more in there in the future but...

awaiting triage

## What Stop running tests from release archive in CI. Consider removing scripts to test from release archive altogether. Look at simplifying machinery for creating release archives in tests that...

awaiting triage

From support: Need to know how to show parts of a page or component based on data, for example: ``` {% if data['over-18'] %} [ Over 18 content here ]...

documentation
🕔 days