Merge pull request #1399 from sloan-848/markdown-packaging
Add more support for external markdown.
This commit is contained in:
		| @@ -107,7 +107,8 @@ module.exports = function(grunt) { | ||||
| 				'js/**', | ||||
| 				'lib/**', | ||||
| 				'images/**', | ||||
| 				'plugin/**' | ||||
| 				'plugin/**', | ||||
|         '**.md' | ||||
| 			] | ||||
| 		}, | ||||
|  | ||||
| @@ -129,7 +130,10 @@ module.exports = function(grunt) { | ||||
| 			}, | ||||
| 			html: { | ||||
| 				files: [ 'index.html'] | ||||
| 			} | ||||
| 			}, | ||||
|       markdown: { | ||||
|         files: [ './*.md' ] | ||||
|       } | ||||
| 		} | ||||
|  | ||||
| 	}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user