This package has been deprecated

Author message:

Deprecated

coffee-script-brunch

4.0.0 • Public • Published

coffee-script-brunch

Adds CoffeeScript support to Brunch.

Installation

Install the plugin via npm with npm install -S coffee-script-brunch.

Configuration

You can set the bare option in your brunch config (such as brunch-config.js):

modules.exports = {
  // ...
  plugins: {
    coffeescript: {
      bare: true
    }
  }
};

Transpilation is also supported. You can set transpile to true to let babel find its configuration in the normal way or you can pass a configuration directly. Make sure you have @babel/core and any relevant plugins installed.

modules.exports = {
  // ...
  plugins: {
    coffeescript: {
      transpile: true,
      // or:
      // transpile: {presets: ["@babel/env"]}
    }
  }
};

License

The MIT License

Dependencies (1)

Dev Dependencies (6)

Package Sidebar

Install

npm i coffee-script-brunch

Weekly Downloads

1,986

Version

4.0.0

License

none

Unpacked Size

5.05 kB

Total Files

5

Last publish

Collaborators

  • es128
  • paulmillr