domoscargin

Results 31 issues of domoscargin

## What Update `tasks/gulp/lint.js` to replace Gulp with our own lint scripts. There are two tasks in this file, one to lint SCSS and one to lint JS. Note that...

🕔 days
tooling
javascript squad

## What Update `tasks/gulp/nodemon.js` to replace Gulp with our own script. This task is responsible for restarting the Node app when file changes are detected. ## Why We have [made...

🕔 hours
tooling
javascript squad

## What Update `tasks/gulp/sassdoc.js` to replace Gulp with our own sassdoc build script. ## Why We have [made the decision to move away from Gulp](https://github.com/alphagov/govuk-frontend/issues/2558) and write our own build...

🕔 hours
tooling
javascript squad

## What Update `tasks/gulp/watch.js` to replace Gulp with our own watch script. This task is responsible for watching source code changes. ## Why We have [made the decision to move...

🕔 hours
tooling
javascript squad

## Done when - [x] Captions are decided - [ ] Captions are technically implemented Captions will be added to this spreadsheet: https://docs.google.com/spreadsheets/d/1Y-c8e_syvu2hT8jLr0yNKigNAGpf1yU7WJlal3iLSIs/edit#gid=573269404 ## Detail On [some documentation pages](https://github.com/alphagov/govuk-prototype-kit/blob/main/docs/documentation/make-first-prototype/let-user-change-answers.md), we...

feature request
documentation
🕔 hours

The Kit uses a [header with navigation](https://design-system.service.gov.uk/components/header/#header-with-service-name-and-navigation), but doesn't indicate active pages. We should ensure that pages in the navigation menu are flagged as active as appropriate. There are 3...

feature request
investigation

Currently, we hardcode all the links on this page: https://github.com/alphagov/govuk-prototype-kit/blob/main/docs/views/tutorials-and-examples.html Recently, we've been working on [updating page titles](#1186), which means manually updating this page, which brings the risk of things...

documentation
🕔 days

Currently, our "next" links for documentation are a bit utilitarian: ![The Prototype Kit documentation "next" link - currently just some text that says "Next (link your pages together)" all on...

feature request
🕔 days

## What We should decide which versions of Node we test on and officially support, and we should implement this decision. ## Why We currently [test Node version 12, 14...

breaking change
🕔 days
awaiting triage

## What Investigate approaches to scripting our task functions. We're currently replacing gulp tasks with vanilla functions, but we're still running these functions via wrapping Gulp tasks. This means we...

🔍 investigation
tooling
javascript squad