Last change
on this file was
484,
checked in by hendrikvanantwerpen, 11 years ago
|
Commit node_modules, to make checkouts and builds more deterministic.
|
File size:
688 bytes
|
Rev | Line | |
---|
[484] | 1 | # Options |
---|
| 2 | |
---|
| 3 | ## separator |
---|
| 4 | Type: `String` |
---|
| 5 | Default: linefeed |
---|
| 6 | |
---|
| 7 | Concatenated files will be joined on this string. |
---|
| 8 | |
---|
| 9 | ## bare |
---|
| 10 | Type: `boolean` |
---|
| 11 | |
---|
| 12 | Compile the JavaScript without the top-level function safety wrapper. |
---|
| 13 | |
---|
| 14 | ## join |
---|
| 15 | Type: `boolean` |
---|
| 16 | Default: `false` |
---|
| 17 | |
---|
| 18 | When compiling multiple .coffee files into a single .js file, concatenate first. |
---|
| 19 | |
---|
| 20 | ## sourceMap |
---|
| 21 | Type: `boolean` |
---|
| 22 | Default: `false` |
---|
| 23 | |
---|
| 24 | Compile JavaScript and create a .map file linking it to the CoffeeScript source. When compiling multiple .coffee files to a single .js file, concatenation occurs as though the 'join' option is enabled. The concatenated CoffeeScript is written into the output directory, and becomes the target for source mapping. |
---|
Note: See
TracBrowser
for help on using the repository browser.