For deployment process exclude *.md files

This commit is contained in:
Shiva Poudel 2014-08-23 09:31:42 +05:45
parent ebca0ddb49
commit ef7ff27c3f
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ module.exports = function( grunt ) {
src: [
'**',
'!.*',
'!*.md',
'!.*/**',
'.htaccess',
'!Gruntfile.js',