Sfoglia il codice sorgente

Added default grunt task.

fredck 11 anni fa
parent
commit
22d77ab978
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      packages/ckeditor5-engine/gruntfile.js

+ 3 - 0
packages/ckeditor5-engine/gruntfile.js

@@ -15,6 +15,9 @@ module.exports = function( grunt ) {
 
 	grunt.loadNpmTasks( 'grunt-contrib-jshint' );
 	grunt.loadNpmTasks( 'grunt-jscs' );
+
+	// Default tasks.
+	grunt.registerTask( 'default', [ 'jshint', 'jscs' ] );
 };
 
 // Configurations for JSHint