Update Gruntfile to work with Adam's changes

This commit is contained in:
Tetsuro
2015-12-04 20:02:56 -05:00
parent a33a127f81
commit c51257692d
8 changed files with 4 additions and 139 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ require('load-grunt-tasks')(grunt);
}
},
jekyll: {
files: ['index.md', '_includes/*.html', '_filters/*.*', '_layouts/*.*', '_tags/*.*', '_basics/*.*'],
files: ['index.md', '_includes/*.html', 'filters/*.*', '_layouts/*.*', 'tags/*.*', 'basics/*.*'],
tasks: ['shell:jekyllBuild']
}
},