-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
compiling react.js and react-native.js before npm publish #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Yeah, we should think about this. I like Make but when I used it in Flummox I got complaints from people that it made it harder for Windows users to contribute. Maybe a |
Scripts are fine too. I like |
You may find these useful then :) On Sat, 13 Jun 2015 17:34 Andrew Clark notifications@github.com wrote:
|
Let's keep ES6 versions of
Let's do this. The |
A temporary fix is out in 1ed784c. |
Meaning, it's out in 0.10.1.. |
Do you mind rebasing this? Feel free to get rid of 1ed784c again, I just wanted to get a fix out and didn't notice you already updated the PR.. |
No problem. Will do after I push updates to #86. |
👍 |
@gaearon rebased. |
Cool, can you squash into a single commit please?
|
Sorry about that. Done. |
compiling react.js and react-native.js before npm publish
👍 Thanks! |
The root react.js and react-native.js files need to be compiled with Babel before pushing to npm.
It's kind of nasty to have these long pre- and post-publish commands in package.json...so if you guys have interest in moving to a Makefile approach, let me know and I'll send another PR.