mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05: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
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
core/server/public/**/*.js
|
core/frontend/public/**/*.js
|
||||||
core/server/lib/members/static/auth/**/*.js
|
core/server/lib/members/static/auth/**/*.js
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -123,7 +123,7 @@ test/coverage
|
||||||
# Built asset files
|
# Built asset files
|
||||||
/core/built
|
/core/built
|
||||||
/core/server/web/admin/views/*.html
|
/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 - for local development with ssl + caddy
|
||||||
Caddyfile
|
Caddyfile
|
||||||
|
|
|
@ -219,7 +219,7 @@ module.exports = function (grunt) {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'core/server/public/ghost.min.css': 'core/server/public/ghost.css'
|
'core/server/frontend/ghost.min.css': 'core/frontend/public/ghost.css'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue