Make WordPress Core

Changeset 25200


Ignore:
Timestamp:
08/31/2013 10:01:28 PM (11 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r25188 r25200  
    110110                options: {
    111111                    separator: '\n',
    112                     banner: '// Created: <%= grunt.template.today("UTC:yyyy-mm-dd HH:MM:ss Z") %>\n',
    113112                    process: function( src, filepath ) {
    114113                        return '// Source: ' + filepath.replace( BUILD_DIR, '' ) + '\n' + src;
Note: See TracChangeset for help on using the changeset viewer.