-
Notifications
You must be signed in to change notification settings - Fork 51
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
Precompiled lib, use webpack and update dependency versions #31
Conversation
Moved from browserify and grunt to webpack Use babel with react preset Npm based build
- Set react dependencies to >=0.14.x so that it will accept react 15
Thanks very much for this! I am out of town for a week but will review this when I get back.. |
@scags9876 running |
@MandarinConLaBarba sorry for the late response, been a busy week. I believe the command to use is |
Great, thanks. I would think that the transpiled code would be included in the npm package, but not in source. Meaning, lib/*.js would be in |
Ah yes, you are correct @MandarinConLaBarba . I'm using it checked in so that I can import directly from github:
I can make this change... I might need to submit a new PR for it though since I'd like to do it in a branch of my fork so that I can continue to import my master until you merge this. |
Ok, #32 has been opened and replaces this PR |
Some useful stuff in here, thought others might benefit from these changes.