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

Split css server templates #8234

Merged
merged 2 commits into from
Apr 4, 2017
Merged

Commits on Apr 4, 2017

  1. Remove default template dependency on client side CSS

    See Issue TryGhost#8126
    
    Adds these files under /shared
    - normalizer.css
    - error.css
    - extracted.css (for subscribers.css and private.css)
    
    Also makes these files available as public static content
    Tien Vu authored and aileen committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    00e3aef View commit details
    Browse the repository at this point in the history
  2. Remove default template dependency on client CSS

    closes TryGhost#8126
    needs e3acd3c
    
    This is a replacement PR of TryGhost#8217 (thanks @TienSFU25 for the whole work 🤗), because these changes are needed urgently and blocking other work.
    
    Adds a new `ghost.css` file in `/core/shared/` to be used for server side template rendering (`error.hbs`, `subscribe.hbs` and `private.hbs`).
    aileen committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    6dccfda View commit details
    Browse the repository at this point in the history