0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Aileen Nowak e06547ae78 Split css server templates (#8234)
closes #8126

* Remove default template dependency on client side CSS

See Issue #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

* Remove default template dependency on client CSS

closes #8126
needs e3acd3c

This is a replacement PR of #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`).
2017-04-04 10:06:38 +01:00
..
client@a8e58bfdf6 Updated Ghost-Admin: renamed mobliedoc cards 2017-03-24 10:05:14 +00:00
server Split css server templates (#8234) 2017-04-04 10:06:38 +01:00
shared Split css server templates (#8234) 2017-04-04 10:06:38 +01:00
test Split css server templates (#8234) 2017-04-04 10:06:38 +01:00
index.js