Skip to content

Commit

Permalink
Updating docs slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Nov 28, 2012
1 parent 2de8a17 commit e420511
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -18,10 +18,11 @@ npm install grunt-contrib-concat --save-dev
## Concat task
_Run this task with the `grunt concat` command._

_This task is a [multi task][] so any targets, files and options should be specified according to the [multi task][] documentation._
[multi task]: https://github.com/gruntjs/grunt/wiki/Configuring-tasks

### Options
_The following options are specified in the task configuration according to the [multi task options](https://github.com/gruntjs/grunt/blob/devel/docs/tasks.md) format._

### Options

#### separator
Type: `String`
Expand All @@ -38,7 +39,7 @@ This string will be prepended to the beginning of the concatenated output. It is
_(Default processing options are explained in the [grunt.template.process][] documentation)_

#### stripBanners
Type: `Boolean`, `Object`
Type: `Boolean` `Object`
Default: `false`

Strip JavaScript banner comments from source files.
Expand All @@ -51,7 +52,7 @@ Strip JavaScript banner comments from source files.
* `line` - If true, any contiguous _leading_ `//` line comments are stripped.

#### process
Type: `Boolean`, `Object`
Type: `Boolean` `Object`
Default: `false`

Process source files as [templates][] before concatenating.
Expand Down Expand Up @@ -202,9 +203,6 @@ grunt.initConfig({
});
```

[multi task]: https://github.com/gruntjs/grunt/blob/devel/docs/types_of_tasks.md



## Release History

Expand All @@ -215,4 +213,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)

*This file was generated on Mon Nov 19 2012 11:42:23.*
*This file was generated on Wed Nov 28 2012 08:42:03.*
3 changes: 0 additions & 3 deletions docs/concat-examples.md
Expand Up @@ -134,6 +134,3 @@ grunt.initConfig({
}
});
```

[multi task]: https://github.com/gruntjs/grunt/blob/devel/docs/types_of_tasks.md

5 changes: 2 additions & 3 deletions docs/concat-options.md
@@ -1,5 +1,4 @@
# Options
{%= s.multi_task_options %}

## separator
Type: `String`
Expand All @@ -16,7 +15,7 @@ This string will be prepended to the beginning of the concatenated output. It is
_(Default processing options are explained in the [grunt.template.process][] documentation)_

## stripBanners
Type: `Boolean`, `Object`
Type: `Boolean` `Object`
Default: `false`

Strip JavaScript banner comments from source files.
Expand All @@ -29,7 +28,7 @@ Strip JavaScript banner comments from source files.
* `line` - If true, any contiguous _leading_ `//` line comments are stripped.

## process
Type: `Boolean`, `Object`
Type: `Boolean` `Object`
Default: `false`

Process source files as [templates][] before concatenating.
Expand Down
1 change: 1 addition & 0 deletions docs/concat-overview.md
@@ -0,0 +1 @@
{%= s.multi_task %}

0 comments on commit e420511

Please sign in to comment.