rockstarartist / gulp-react-flux-starter

A starter project that will use gulp, react, and flux. Front end dependency management is provided by bower, module system is browserify.
1 stars 0 forks source link

JSX Transformer needs to be removed from the index.html file. #2

Closed rockstarartist closed 9 years ago

rockstarartist commented 9 years ago

Gulp should be using browserify's reactify plugin and precompiling all jsx, this is currently not happening, so the JSX Transformer is needed in the index.html.

rockstarartist commented 9 years ago

Removed.