Skip to content

Commit

Permalink
Copy docs to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Mar 21, 2015
1 parent 20b667e commit 8f05d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt/config/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
cwd: '<%= meta.cwd %>',
src: [
'README.md',
'license.md'
'license.md',
'docs/**/*'
],
dest: '<%= meta.build %>'
}]
Expand Down

0 comments on commit 8f05d6c

Please sign in to comment.