-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Bower support #368
Comments
As its "README.md" said, you can install it with the command "npm install material-ui". If you prefer "bower", you can add one line to "bower.json" as following: "dependencies": {
"material-ui": "callemall/material-ui"
} then bower install |
The problem is that the code is not published with a lib folder on bower, so the code is essentially useless in bower without some post install processing. I've used browserify to do a global window build in my fork and made it available as a release. With that, you can modify the bower dependencies to be:
And you will now have a |
+1 for providing a distribution that is globally usable from window.MaterialUI. That way I would be able to consume it from Dart. |
I'd love to see @jgable's branch merged (or a similar strategy) -- Really I would just like a built version that I can make into a cljsjs package so I can use this awesome project in clojurescript om |
Is there still interest in seeing this as a package on bower? Btw, once you clone the repo, all you gotta do is transpile the
(closing for now) |
Could this package be registered on bower?
The text was updated successfully, but these errors were encountered: