-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bundle and publish to Google Hosted Libraries #249
Comments
It looks like Rollup is supported by Bazel: https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/ I'm a bit skeptical of using Bazel (even though I've experimented with adding it to this repo). I like that it's a supported toolchain, and that there could be overlap when mirrored into Piper. I don't know enough about how much mental overhead it adds when developing. (It does look like there's My biggest hesitations are:
|
I spent too much time today fighting pundle-dev, which has reminded me why I wanted to try Bazel in the first place. |
Summary: As explained in the README, the sharding of this library into packages is an artifact of the original approach (vend adaptors for various spring and view libraries). Since then, we've standardized on `wobble` for springs and have leveraged `jss` to sidestep interacting directly with view libraries. Therefore, I've folded `views-dom` into `material-motion` and merged `views-react` into `demos-react`. Future commits will remove `views-react` entirely, instead using `jss` for the demos. Combining `views-dom` into `material-motion` will enable us to ship a single dependency for use on sites like Codepen. (#249) Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion Tags: #material_motion Differential Revision: http://codereview.cc/D3488
After views-dom is merged into core, it's worth investigating putting together a Rollup distribution and adding it to Google Hosted Libraries to make throwing open a Codepen with Material Motion really easy to do.
The text was updated successfully, but these errors were encountered: