jsdf / coffee-reactify

DEPRECATED – browserify transform to compile coffeescript + react jsx (cjsx)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sourceMap

jonywtf opened this issue · comments

Hi! Can i use use coffee-reactify with sourcemap?
i can't find options for grunt browserify transform for sourcemap... and for command line too

sorry, find the answer

    grunt.initConfig
        browserify:
            options:
                browserifyOptions:
                    debug: true
            dist:
                files:
                    '/app/frontend/www/react_module.js': [sources.react+ '**/*.cjsx']
                options:
                    transform: ['coffee-reactify']

Thanks for coffee-reactify!