Home

Awesome

mimosa-cjsx

Overview

This is a Coffeescript + React/JSX compiler for the Mimosa build tool. It will precompile your .cjsx files using coffee-react

Usage

Add 'cjsx' to your list of modules. That's all! Mimosa will install the module for you when you start mimosa watch or mimosa build.

Functionality

This module will compile your Coffeescript + React/JSX files.

Default Config

cjsx: {
  lib: undefined,
  extensions: ["cjsx"]
}