Ticket #27121: 27121.diff
File 27121.diff, 525 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
417 417 418 418 grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']); 419 419 420 // Task to be run before committing 421 grunt.registerTask('precommit', 'Runs dev tasks in preperation for a commit.', ['autoprefixer:core', 'imagemin:core', 422 'jshint', 'test']); 423 420 424 // Default task. 421 425 grunt.registerTask('default', ['build']); 422 426