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

Installation instructions unclear in materialize branch #92

Open
kthotav opened this issue Dec 8, 2015 · 1 comment
Open

Installation instructions unclear in materialize branch #92

kthotav opened this issue Dec 8, 2015 · 1 comment

Comments

@kthotav
Copy link

kthotav commented Dec 8, 2015

when you clone the repo, by default it is set to the master branch, so you will be getting the Bootstrap version. But if you want to use the Materialize version, you have to create a new branch from the remote branch.

$ git checkout -b materialize origin/materialize
$ meteor

The command above will deploy the app on local server with a Materialize Version.

Alternatively, you can rebase the master branch with the materialize branch.

Please let developers/users know of this slight confusion.

thanks

@ratacibernetica
Copy link

had to do this:
$ git clone -b materialize https://github.com/Differential/meteor-boilerplate.git myApp
$ cd myApp ; meteor

Wanted to have everything updated, so i had to go with:

$ meteor remove aldeed:autoform cmather:handlebars-server gildaspk:autoform-materialize zimme:iron-router-active
$ meteor add aldeed:autoform cmather:handlebars-server gildaspk:autoform-materialize zimme:iron-router-active
$ meteor update iron:middleware-stack mdg:validation-error zimme:active-route

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants