From b3e49d68cbb36f2a02ba48752cc45cfd2612c63f Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Wed, 26 Feb 2014 12:31:29 +0100 Subject: [PATCH] Fix tinymce copy task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5659a109e3..a0cdbb1ce7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -278,7 +278,7 @@ module.exports = function(grunt) { "skins/**", "themes/**", "tinymce.js", - "LICENSE.txt" + "license.txt" ], "dest": "<%= path.asset %>/tinymce" },