From 2f08e4553dac08a7e25f49df63c51e5adaa0d74e Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Tue, 30 Jun 2015 18:02:16 +0000 Subject: [PATCH] Added license to the CDN packages --- Gruntfile.coffee | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 83ced30..cbdd600 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -213,6 +213,12 @@ module.exports = (grunt) -> dest: "dist" expand: true } + + { + src: "*.txt" + dest: "<%= themeDist %>" + expand: true + } #Backwards compatibility. #TODO: Remove in v4.1