Skip to content

DRAFT: Improve Startup CSS generation with fixtures

Paul Slaughter requested to merge fe-improve-startup-css-with-fixtures into master

What does this MR do?

How to run this(three steps to win it)

  1. Run RSpec for generating the frontend fixtures for startup CSS: bin/rspec ./spec/frontend/fixtures/startup_css.rb
  2. Get the production ready CSS from the production application markup: scripts/frontend/startup_css/setup.sh
  3. Then we run yarn generate:startup_css or yarn run generate:startup_css

Screenshots (strongly suggested)

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

/cc @oregand

Edited by Paul Slaughter

Merge request reports

Loading