mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
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:
parent
d303c40248
commit
2ae1afe1b2
@ -1,2 +1,2 @@
|
||||
core/server/public/**/*.js
|
||||
core/frontend/public/**/*.js
|
||||
core/server/lib/members/static/auth/**/*.js
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user