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 css extraction and minification to webpack #9944

Merged
merged 3 commits into from
Jan 25, 2020

Commits on Jan 23, 2020

  1. add css extraction and minification to webpack

    This changes the CSS output of webpack to output to the public/css
    directory instead of inling CSS in JS. This enables CSS minification and
    autoprefixer based on browserslist which would otherwise not be
    possible.
    
    The result of this change is two new output files currently:
    
    - public/css/swagger.css
    - public/css/gitgraph.css
    silverwind committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    c43dec4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    8447d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a8590 View commit details
    Browse the repository at this point in the history