Ghost/core/server/middleware
Aileen Nowak b086b432ad Dumped icojs and use image-size for .ico (#8888)
refs #8868

The `image-size` library supports now `.ico` files, which means there is no longer need to use the `icojs` library.
- removes unnecessary `icojs` dependency
- refactors `getIconDimensions` fn in blog icon util to fetch image sizes synchronus
- removes unnecessary `getIconDimensions` fn in blog icon validation, as there is no longer need to use different image size fn for different file extensions, and uses `getIconDimensions` from blog util fn instead.
- updates and adds more tests
2017-08-17 17:44:05 +01:00
..
api
validation Dumped icojs and use image-size for .ico (#8888) 2017-08-17 17:44:05 +01:00
brute.js
cache-control.js 🎨 add cache control configurations into the default config 2017-05-31 16:12:11 +01:00
custom-redirects.js Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
error-handler.js 🐛 Fixed Infinite 404s for images (#8869) 2017-08-10 15:31:52 +02:00
ghost-locals.js
labs.js
log-request.js 🛠 Moved 404 requests from error log to access log (#8850) 2017-08-08 12:48:10 +02:00
maintenance.js
pretty-urls.js
serve-favicon.js 🎨 add cache control configurations into the default config 2017-05-31 16:12:11 +01:00
serve-public-file.js
static-theme.js
uncapitalise.js
url-redirects.js Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00