system-coffee

v0.1.2
SystemJS plugin for CoffeeScript
systemjs loader plugin coffee-script

system-coffee

SystemJS plugin for compiling CoffeeScript

jspm install coffee

In config.js:

System.config({
  map: {
    coffee: "system-coffee"
  }
});

In your app:

System.import('./test.coffee!')
  .then(function (test) {
    var t = new test('Test');
    console.log(t);
  })
npm i system-coffee

Metadata

  • MIT
  • Whatever
  • forresto
  • released 6/10/2015

Downloads

Maintainers