1.0.11 • Published 6 years ago

lasso-coffee2 v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

lasso-coffee2

This plugin for Lasso.js provides support for compilation of CoffeeScript 2 dependencies.

Installation

First install the plugin:

yarn add lasso-coffee2

Then, enable the plugin when configuring Lasso.js:

require('lasso').configure({
  ...
  plugins: [
    'lasso-coffee2',
    ...
  ]
});

Usage

browser.json:

{
  "dependencies": [
    "./client.coffee"
  ]
}
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago