ericclemmons/grunt-react

Does not work on windows ?

lorefnon opened this issue · 4 comments

Has grunt-react been tested to work on windows ?

While I have been successfully using it on linux, I recently needed to use it in windows and the jsx files are being copied as it is, without being compiled.

No, I haven't tested it on Windows. Truth be told, I use grunt-react the "Recommended Way" in the README, which is via Browserify.

The issues I've had with Grunt & Windows have almost always been because of / vs. \. I'll have to spin up a VM to be able to work on this, though.

I believe this is an issue with react-tools npm package and thus is beyond the scope of this project.

facebook/react#316

What is awkward however, is that while directly using bin/jsx of react-tools an error is reported, where as grunt-react proceeds happily and reports a success message.

Someone else's problem? Works for me :D

Yep, we'll have to wait on facebook/react#316 :)