0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
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
..
functional 🐛 Fixed channel context to be based on res.locals (#8910) 2017-08-16 11:06:30 +01:00
integration Add configuration/private endpoint and settings for Unsplash (#8895) 2017-08-15 15:59:16 +01:00
unit Dumped icojs and use image-size for .ico (#8888) 2017-08-17 17:44:05 +01:00
utils Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
.jshintrc