-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Use bublé, remove Grunt #1102
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
Use bublé, remove Grunt #1102
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Squashed commit of the following: commit 2219d0d403d9fc98cafa947aa5418e2ed7657e29 Merge: 82c7b87 202755e Author: Lee Byron <lee@leebyron.com> Date: Tue Mar 7 13:16:59 2017 -0800 Merge branch 'buble' of https://github.com/umidbekkarimov/immutable-js into umidbekkarimov-buble commit 202755e Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 21:16:19 2017 +0400 Update rollup config. commit 2fb311d Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 21:15:03 2017 +0400 Remove unused `rollup-plugin-minify` plugin. commit faf9d88 Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 21:12:43 2017 +0400 Fix travis-ci build error. commit 6b371ab Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 21:02:42 2017 +0400 Trigger travis-ci build. commit 6603548 Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 20:16:08 2017 +0400 Remove accidentally added file. commit 4b92487 Author: Umidbek Karimov <uma.karimov@gmail.com> Date: Tue Mar 7 20:08:31 2017 +0400 use buble for ES6 -> ES3 compilation, remove usage of grunt in favor of npm scripts
Manually merged in a2c4c74 Great work! |
See #742