mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
limit posts during development
This commit is contained in:
parent
dc7426e7d1
commit
dcb4159443
@ -57,7 +57,7 @@ module.exports = function(grunt){
|
|||||||
options: {
|
options: {
|
||||||
drafts: true,
|
drafts: true,
|
||||||
future: true,
|
future: true,
|
||||||
//limit_posts: 50
|
limit_posts: 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user