mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed minified CSS not reflecting latest changes
- CSS was updated previously, but the minified version wasn't - as a result the private site landing page was visually broken - minified CSS is built as part of `grunt prod`, called during `grunt release`
This commit is contained in:
parent
340f64c2df
commit
1033e7be21
2 changed files with 1 additions and 2 deletions
|
@ -220,7 +220,7 @@ module.exports = function (grunt) {
|
|||
]
|
||||
},
|
||||
files: {
|
||||
'core/server/frontend/ghost.min.css': 'core/frontend/public/ghost.css'
|
||||
'core/frontend/public/ghost.min.css': 'core/frontend/public/ghost.css'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
1
core/frontend/public/ghost.min.css
vendored
1
core/frontend/public/ghost.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue