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

handle .htaccess copying/watching correctly

This commit is contained in:
Matthias Kretschmann 2013-12-08 17:35:57 +01:00
parent 964c82dd37
commit 2b6806f492
2 changed files with 6 additions and 4 deletions

View File

@ -31,6 +31,7 @@ module.exports = function(grunt){
clean: {
build: [
'<%= config.site %>/*',
'<%= config.site %>/.htaccess',
'!<%= config.site %>/media'
]
},
@ -50,7 +51,7 @@ module.exports = function(grunt){
options: {
drafts: true,
future: true,
//limit_posts: 50
limit_posts: 50
}
}
},
@ -167,8 +168,9 @@ module.exports = function(grunt){
files: [
'<%= config.src %>/**/*.html',
'<%= config.src %>/*.xml',
'<%= config.src %>/*.json',
'<%= config.src %>/_includes/**',
'<%= config.src %>/*.json',
'<%= config.src %>/.htaccess',
'<%= config.src %>/_includes/**',
'<%= config.src %>/_layouts/**',
'<%= config.src %>/_posts/**',
'<%= config.src %>/_drafts/**'

View File

@ -1,7 +1,7 @@
kremalicious3
==================
> [kremalicious.com](http://kremalicious.com) based on Jekyll. Neat.
> [kremalicious.com](http://kremalicious.com) based on [Jekyll](http://jekyllrb.com). Neat.
Requirements
------------------