Make WordPress Core

Changeset 26108


Ignore:
Timestamp:
11/12/2013 11:20:28 PM (10 years ago)
Author:
nacin
Message:

Don't remove the compiled.html QUnit file. Ignore it instead.

props jorbin.
fixes #25781.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r25173 r26108  
    1515wp-tests-config.php
    1616phpunit.xml
     17qunit/tests/compiled.html
    1718
    1819node_modules
  • trunk/Gruntfile.js

    r26107 r26108  
    334334
    335335    grunt.registerTask('qunit:compiled', 'Runs QUnit tests on compiled as well as uncompiled scripts.',
    336         ['build', 'copy:qunit', 'qunit', 'clean:qunit']);
     336        ['build', 'copy:qunit', 'qunit']);
    337337    grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']);
    338338
  • trunk/tests/qunit

    • Property svn:ignore set to
      compiled.html
Note: See TracChangeset for help on using the changeset viewer.