1
0
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:
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: { options: {
drafts: true, drafts: true,
future: true, future: true,
//limit_posts: 50 limit_posts: 5
} }
} }
}, },