0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/metadata
Hannah Wolfe a413d70313 Asset amends (#8294)
refs #8221

🔥 Remove ghost=true concept from asset url helper

 💯 Introduce CSS minification with cssnano
- add new grunt-cssnano dependency
- wire up grunt task to minify public/ghost.css

🎨 Rename minification config & hash params
- Change minifyInProduction -> hasMinFile
  - this means this asset should have a .min file available
- Change minifyAssets -> useMinFiles
  - this means that in this env we want to serve .min files if available

🎨 Update public/ghost.css to serve .min for prod
- add the new `hasMinFile` property

🎨 Move minified asset handling to asset_url util
- this logic should be in the util, not the asset helper
- updated tests

📖 Error handler always needs asset helper
- this removes the TODO and adds a more sensible comment
- we also need to update our theme documentation around error templates

🔥 Don't use asset helper in ghost head
- use getAssetUrl util instead!
- removed TODO

📖 Update proxy docs
🎨 Simplify asset helper & add tests
- this refactor is a step prior to moving this from metadata to being a url util
- needed to skip some new tests

🐛 Add missing handler for css file
2017-04-10 11:30:21 +02:00
..
amp_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
asset_url_spec.js Asset amends (#8294) 2017-04-10 11:30:21 +02:00
author_fb_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
author_image_spec.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
author_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
canonical_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
context_object_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
cover_image_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
creator_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
description_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
excerpt_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
image-dimensions_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
keywords_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
modified_date_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
og_type_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
paginated_url_spec.js 🎨 🚑 do not use testurl.com in tests (#8254) 2017-04-03 16:29:36 +01:00
published_date_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
rss_url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
schema_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
structured_data_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
title_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
url_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00