A django pipeline compiler to transform React in Coffeescript and Browserify
pip install django-pipeline-cjsx
PIPELINE_COMPILERS = (
'pipeline_cjsx.compiler.CJSXCompiler',
)
PIPELINE_JS = {
'app': {
'source_filenames': (
'coffee/app.cjsx',
),
'output_filename': 'app.min.js',
}
}