Remove the banner when concatenating TinyMCE so wp-tinymce.js.gz doesn't change every time the build process is run. See #25159.

git-svn-id: https://develop.svn.wordpress.org/trunk@25200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-08-31 22:01:28 +00:00
parent 59989c2de0
commit b0380a5f62
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ module.exports = function(grunt) {
tinymce: {
options: {
separator: '\n',
banner: '// Created: <%= grunt.template.today("UTC:yyyy-mm-dd HH:MM:ss Z") %>\n',
process: function( src, filepath ) {
return '// Source: ' + filepath.replace( BUILD_DIR, '' ) + '\n' + src;
}