Make WordPress Core

Ticket #25117: 25117.2.diff

File 25117.2.diff, 2.6 KB (added by netweb, 10 years ago)
  • .

  • .gitignore

    Property changes on: .
    ___________________________________________________________________
    Modified: svn:ignore
    ## -4,3 +4,4 ##
     node_modules
     npm-debug.log
     build
    +packages
     
    1515/npm-debug.log
    1616/build
    1717/tests/phpunit/build
     18
    1819
    1920# Files and folders that get created in wp-content
    2021/src/wp-content/blogs.dir
  • Gruntfile.js

     
    4242                                src: []
    4343                        },
    4444                        tinymce: ['<%= concat.tinymce.dest %>'],
    45                         qunit: ['tests/qunit/compiled.html']
     45                        qunit: ['tests/qunit/compiled.html'],
     46                        packages: ['packages/**']
    4647                },
    4748                copy: {
    4849                        files: {
     
    377378                                },
    378379                                src: '<%= concat.tinymce.dest %>',
    379380                                dest: BUILD_DIR + 'wp-includes/js/tinymce/wp-tinymce.js.gz'
     381
     382
     383
     384
     385
     386
     387
     388
     389
     390
     391
     392
     393
     394
     395
     396
     397
     398
     399
     400
     401
     402
     403
     404
     405
     406
     407
     408
     409
     410
     411
     412
     413
     414
     415
     416
     417
     418
     419
     420
    380421                        }
    381422                },
    382423                jsvalidate:{
     
    466507        grunt.registerTask('build', ['clean:all', 'copy:all', 'cssmin:core', 'colors', 'rtl', 'cssmin:rtl', 'cssmin:colors',
    467508                'uglify:core', 'concat:tinymce', 'compress:tinymce', 'clean:tinymce', 'jsvalidate:build']);
    468509
     510
     511
     512
     513
    469514        // Testing tasks.
    470515        grunt.registerMultiTask('phpunit', 'Runs PHPUnit tests, including the ajax and multisite tests.', function() {
    471516                grunt.util.spawn({