Skip to content

Commit

Permalink
Merge pull request #145 from LaurentGoderre/cdn-license
Browse files Browse the repository at this point in the history
Added license to the CDN packages
  • Loading branch information
LaurentGoderre committed Jun 30, 2015
2 parents e33112f + 2f08e45 commit ef7f74f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ module.exports = (grunt) ->
dest: "dist"
expand: true
}

{
src: "*.txt"
dest: "<%= themeDist %>"
expand: true
}

#Backwards compatibility.
#TODO: Remove in v4.1
Expand Down

0 comments on commit ef7f74f

Please sign in to comment.