Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Update docs, bump to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Feb 17, 2014
1 parent 2ee5d3a commit 9c50264
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-coffee v0.10.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee)
# grunt-contrib-coffee v0.10.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-coffee.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-coffee)

> Compile CoffeeScript files to JavaScript.
Expand Down Expand Up @@ -57,6 +57,12 @@ Default: (same path as your compiled js files)

Generated source map files will be created here.

#### joinExt
Type: `String`
Default: '.src.coffee'

Resulting extension when joining multiple CoffeeScript files.

### Usage Examples

```js
Expand Down Expand Up @@ -120,7 +126,7 @@ coffee: {
}
```

For more examples on how to use the `expand` API to manipulate the default dynamic path construction in the `glob_to_multiple` examples, see "Building the files object dynamically" in the grunt wiki entry [Configuring Tasks](http://gruntjs.com/configuring-tasks).
For more examples on how to use the `expand` API to manipulate the default dynamic path construction in the `glob_to_multiple` examples, see "[Building the files object dynamically](http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically)" in the grunt wiki entry [Configuring Tasks](http://gruntjs.com/configuring-tasks).


## Release History
Expand Down Expand Up @@ -153,4 +159,4 @@ For more examples on how to use the `expand` API to manipulate the default dynam

Task submitted by [Eric Woroshow](http://ericw.ca/)

*This file was generated on Fri Feb 07 2014 14:58:03.*
*This file was generated on Mon Feb 17 2014 15:32:05.*
6 changes: 6 additions & 0 deletions docs/coffee-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ Type: `String`
Default: (same path as your compiled js files)

Generated source map files will be created here.

## joinExt
Type: `String`
Default: '.src.coffee'

Resulting extension when joining multiple CoffeeScript files.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-coffee",
"description": "Compile CoffeeScript files to JavaScript.",
"version": "0.10.0",
"version": "0.10.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-coffee",
"author": {
"name": "Grunt Team",
Expand Down

0 comments on commit 9c50264

Please sign in to comment.