Finished moving public to frontend

refs: ae33c89707

- I forgot to do all the meta tasks to cleanup the move of public 🙈
This commit is contained in:
Hannah Wolfe 2021-10-19 12:33:46 +01:00
parent d303c40248
commit 2ae1afe1b2
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
core/server/public/**/*.js
core/frontend/public/**/*.js
core/server/lib/members/static/auth/**/*.js

2
.gitignore vendored
View File

@ -123,7 +123,7 @@ test/coverage
# Built asset files
/core/built
/core/server/web/admin/views/*.html
/core/server/public/ghost.min.css
/core/frontend/public/ghost.min.css
# Caddyfile - for local development with ssl + caddy
Caddyfile

View File

@ -219,7 +219,7 @@ module.exports = function (grunt) {
]
},
files: {
'core/server/public/ghost.min.css': 'core/server/public/ghost.css'
'core/server/frontend/ghost.min.css': 'core/frontend/public/ghost.css'
}
}
},