mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-23 00:58:19 +00:00
Show future post in dev mode (#59)
This commit is contained in:
parent
5638aec1f6
commit
9d6ddec150
@ -27,6 +27,7 @@ const content = () => {
|
||||
const args = ['exec', jekyll, 'build']
|
||||
if (isDevelopmentBuild) {
|
||||
args.push('--incremental')
|
||||
args.push('--future')
|
||||
}
|
||||
|
||||
return spawn('bundle', args, { stdio: 'inherit' })
|
||||
|
Loading…
x
Reference in New Issue
Block a user