1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

limit posts during development

This commit is contained in:
Matthias Kretschmann 2014-03-07 19:26:40 +01:00
parent dc7426e7d1
commit dcb4159443

View File

@ -57,7 +57,7 @@ module.exports = function(grunt){
options: {
drafts: true,
future: true,
//limit_posts: 50
limit_posts: 5
}
}
},