You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: