Grunt Contrib Coffee

screenshot of Grunt Contrib Coffee

Compile CoffeeScript files to JavaScript.

Overview:

grunt-contrib-coffee is a Grunt plugin that allows users to compile CoffeeScript files to JavaScript. It is designed to work with Grunt version 0.4.x or later and provides various options for customizing the compilation process.

Features:

  • Compile CoffeeScript to JavaScript: Easily convert CoffeeScript files into JavaScript.
  • Multiple Options: Users can specify options such as separator, bare, join, sourceMap, sourceMapDir, and joinExt for customization.
  • Compatibility: Designed to work with Grunt version 0.4.x and above.
  • Release History: Regular updates to ensure compatibility and optimize performance.

Summary:

grunt-contrib-coffee is a useful Grunt plugin for converting CoffeeScript files to JavaScript. With its customizable options and ongoing updates, it provides a reliable solution for developers looking to streamline their workflow when working with CoffeeScript and JavaScript.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.