Skip to content

Commit

Permalink
Minor concat task comment tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Feb 5, 2012
1 parent 1416d5b commit f2bc0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task.registerBasicTask('concat', 'Concatenate files.', function(data, name) {
// HELPERS
// ============================================================================

// Concat source files.
// Concat source files and/or directives.
task.registerHelper('concat', function(files) {
return files ? files.map(function(filepath) {
return task.directive(filepath, file.read);
Expand Down

0 comments on commit f2bc0c0

Please sign in to comment.