Type: String
Default: linefeed
Concatenated files will be joined on this string.
Type: boolean
Compile the JavaScript without the top-level function safety wrapper.
Type: boolean
Default: false
When compiling multiple .coffee files into a single .js file, concatenate first.
Type: boolean
Default: false
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
Type: String
Default: (same path as your compiled js files)
Generated source map files will be created here.