From b0380a5f624619b40729a2a9778647532d9961b2 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 31 Aug 2013 22:01:28 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 080e281cb9..b91036b262 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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; }