Ghost/core/server/admin
Hannah Wolfe d294177966 🔥 Remove handlebars from serving admin (#8184)
refs TryGhost/Ghost#8140
refs TryGhost/Ghost-Admin#593

- now that the admin index page is just html, we don't need handlebars anymore
- as we can use res.sendFile to send the static HTML file, don't need to "render" it anymore
- remove the view engine, hbs and the use of helpers - it's all unneeded
- change the filenames to .html to reflect this
2017-03-20 12:00:18 +00:00
..
views 🙅🏽 Admin server split (#8142) 2017-03-14 17:03:30 +01:00
app.js 🔥 Remove handlebars from serving admin (#8184) 2017-03-20 12:00:18 +00:00
controller.js 🔥 Remove handlebars from serving admin (#8184) 2017-03-20 12:00:18 +00:00
index.js 🎉 🎨 Remove middleware/index.js (#7548) 2016-10-13 17:24:09 +02:00
middleware.js 🙅🏽 Admin server split (#8142) 2017-03-14 17:03:30 +01:00
serviceworker.js 🚀 Allow ServiceWorker /ghost/ scope (#7967) 2017-02-11 14:43:09 +00:00