Fix tinymce copy task

This commit is contained in:
Nicolas Le Goff
2014-02-26 12:31:29 +01:00
parent 42ac68e97d
commit b3e49d68cb

View File

@@ -278,7 +278,7 @@ module.exports = function(grunt) {
"skins/**", "skins/**",
"themes/**", "themes/**",
"tinymce.js", "tinymce.js",
"LICENSE.txt" "license.txt"
], ],
"dest": "<%= path.asset %>/tinymce" "dest": "<%= path.asset %>/tinymce"
}, },