Changeset 36955
- Timestamp:
- 03/10/2016 08:13:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r36935 r36955 669 669 } ); 670 670 671 grunt.registerTask( 'precommit: core', [671 grunt.registerTask( 'precommit:base', [ 672 672 'imagemin:core' 673 673 ] ); … … 693 693 // Figure out what tasks to run based on what files have been modified. 694 694 function enqueueTestingTasksForModifiedFiles( filesModified ) { 695 var taskList = ['precommit: core'];695 var taskList = ['precommit:base']; 696 696 if ( /.*\.js/.test( filesModified ) ) { 697 697 grunt.log.write( 'JavaScript source files modified. JavaScript tests will be run.\n'); … … 773 773 'precommit:js', 774 774 'precommit:css', 775 'precommit: core',775 'precommit:base', 776 776 'build' 777 777 ] );
Note: See TracChangeset
for help on using the changeset viewer.