mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
d294177966
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 |
||
---|---|---|
.. | ||
views | ||
app.js | ||
controller.js | ||
index.js | ||
middleware.js | ||
serviceworker.js |