4.0.0 • Published 4 years ago

coffee-script-brunch v4.0.0

Weekly downloads
3,350
License
-
Repository
github
Last release
4 years ago

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

4.0.0

4 years ago

3.0.0

6 years ago

2.10.2

7 years ago

2.10.1

7 years ago

2.10.0

7 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.8.3

9 years ago

1.8.2

9 years ago

1.8.1

10 years ago

1.8.0

10 years ago

1.7.3

11 years ago

1.7.2

11 years ago

1.7.1

11 years ago

1.7.0

11 years ago

1.5.1

11 years ago

1.5.0

11 years ago

1.4.1

11 years ago

1.4.0

11 years ago

1.3.2

12 years ago

1.3.1

12 years ago

1.3.0

12 years ago

1.2.2

12 years ago

1.2.1

12 years ago

1.2.0

12 years ago

1.1.2

12 years ago

1.1.1

12 years ago

1.1.0

12 years ago

1.0.0

12 years ago