Skip to content
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

[Docs] Provide a getting-the-latest-changes section #2468

Closed
genyded opened this issue Dec 10, 2015 · 7 comments
Closed

[Docs] Provide a getting-the-latest-changes section #2468

genyded opened this issue Dec 10, 2015 · 7 comments
Labels
docs Improvements or additions to the documentation

Comments

@genyded
Copy link

genyded commented Dec 10, 2015

I really need some of the recent fixes. Is there a way I can get them, like 'installing' master instead if a tagged release or something? Also is there an easy way to get a specific fix into my dev environment?

@oliviertassinari
Copy link
Member

We will soon release v0.14-rc2. Otherwise, you can add
"material-ui": "git://github.com/callemall/material-ui.git#master", as a dependency.

@genyded
Copy link
Author

genyded commented Dec 10, 2015

Thanks.

@genyded genyded closed this as completed Dec 10, 2015
@genyded
Copy link
Author

genyded commented Dec 10, 2015

Looks like the source does not get built with that version...

`ERROR in ./modules/DummyApp/client/components/DummyApp.jsx
Module not found: Error: Cannot resolve module 'material-ui/lib/styles/theme-man
ager' in C:\Users\genyd\AppData\Local.meteor\projects\ep2react\modules\DummyApp
\client\components
@ ./modules/DummyApp/client/components/DummyApp.jsx 27:39-86

ERROR in ./modules/DummyApp/client/components/DummyApp.jsx
Module not found: Error: Cannot resolve module 'material-ui/lib/styles/raw-theme
s/dark-raw-theme' in C:\Users\genyd\AppData\Local.meteor\projects\ep2react\modu
les\DummyApp\client\components
@ ./modules/DummyApp/client/components/DummyApp.jsx 31:48-107

ERROR in ./modules/DummyApp/client/components/Header.jsx
Module not found: Error: Cannot resolve module 'material-ui/lib/raised-button' i
n C:\Users\genyd\AppData\Local.meteor\projects\ep2react\modules\DummyApp\client
\components
@ ./modules/DummyApp/client/components/Header.jsx 27:33-73`

@genyded genyded reopened this Dec 10, 2015
@alitaheri
Copy link
Member

seems like webpack cannot resolve material-ui. are you sure it's inside a node_modules folder somewhere?

@genyded
Copy link
Author

genyded commented Dec 12, 2015

Yes but there is ni lib folder when installing master

@alitaheri
Copy link
Member

Oh I get it now!

you need to build the src folder.

do the following:

  1. go to root of material-ui folder
  2. do an npm install to install the build tools.
  3. do an npm run build to build the lib folder.

we really need to document this! don't close this issue please.

@alitaheri alitaheri added the docs Improvements or additions to the documentation label Dec 12, 2015
@alitaheri alitaheri added this to the Improve the documentation milestone Dec 12, 2015
@alitaheri alitaheri changed the title Getting the latest changes [Docs] Provide a getting-the-latest-changes section Dec 12, 2015
@oliviertassinari
Copy link
Member

v0.14.0 was released some time ago. It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests

3 participants