Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stageprompt to static (not compiled into application.js) #259

Closed
wants to merge 1 commit into from

Conversation

gtrogers
Copy link

See: https://github.com/alphagov/stageprompt

Proposed plan is to have this in static but only have applications include it where it is needed.

@edds
Copy link
Contributor

edds commented Jun 27, 2013

If it is not going to be included into either application.js or header_footer_only.js it should probably live in the frontend toolkit. That is how we should share non-header-footer code in future.

@jabley
Copy link
Contributor

jabley commented Jun 27, 2013

@edds does that work for non-ruby things too? Currently it's being used in licensify (Scala app) and FCO transactions. We just want to have a single place where services can reference this if they need it.

@edds
Copy link
Contributor

edds commented Jun 27, 2013

@jabley: The frontend toolkit is just a git repo with assets in it. Anything that can read a folder structure can use it. There is a gem to wrap it but you don't have to use that. The service manual for example just uses a git submodule to include it: .gitmodules.

@gtrogers
Copy link
Author

Moving to frontend toolkit...

@gtrogers gtrogers closed this Jun 28, 2013
@KushalP KushalP deleted the add_analytics_code branch June 28, 2013 09:27
fofr pushed a commit that referenced this pull request May 5, 2017
# 0.20.0

- Fix EJS template - PR #270 -
alphagov/govuk_template#270
- Add `theme-color` support to make the page surround in Chrome’s tab
view on Android match the black GOV.UK header - PR #278 -
alphagov/govuk_template#278
- Add `text-decoration-skip: ink` to all links on GOV.UK - PR #281 -
alphagov/govuk_template#281
- Improve contrast of links when focused - PR #272 -
alphagov/govuk_template#272
- Make header text colour black when focused - PR #274 -
alphagov/govuk_template#274

# 0.19.2

- Increase skiplink colour contrast - PR #263 -
alphagov/govuk_template#263
- Fix Scala compile issues for Play template - PR #261 -
alphagov/govuk_template#261

# 0.19.1

- Have focus outline appear outside of element rather than covering it
in Safari and Chrome - PR #259 -
alphagov/govuk_template#259
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants