Skip to content

Commit

Permalink
Merge pull request hakimel#1399 from sloan-848/markdown-packaging
Browse files Browse the repository at this point in the history
Add more support for external markdown.
  • Loading branch information
hakimel committed Oct 26, 2015
2 parents 5949e43 + 3d53766 commit 2a75779
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ module.exports = function(grunt) {
'js/**',
'lib/**',
'images/**',
'plugin/**'
'plugin/**',
'**.md'
]
},

Expand All @@ -129,7 +130,10 @@ module.exports = function(grunt) {
},
html: {
files: [ 'index.html']
}
},
markdown: {
files: [ './*.md' ]
}
}

});
Expand Down

0 comments on commit 2a75779

Please sign in to comment.