Skip to content

Commit

Permalink
Update built-in task definition. Not that it matters.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 17, 2012
1 parent 4da84f4 commit 1971e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/init.js
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
// TASKS // TASKS
// ========================================================================== // ==========================================================================


grunt.registerInitTask('init', 'Generate project scaffolding from a predefined template.', function() { grunt.registerInitTask('init', 'Generate project scaffolding from a template.', function() {
// Extra arguments will be applied to the template file. // Extra arguments will be applied to the template file.
var args = grunt.util.toArray(arguments); var args = grunt.util.toArray(arguments);
// Initialize searchDirs so template assets can be found. // Initialize searchDirs so template assets can be found.
Expand Down

0 comments on commit 1971e09

Please sign in to comment.