-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Update docs to avoid installing grunt-cli #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems better IMO, what do you think? @DanielRuf
CONTRIBUTING.md
Outdated
@@ -164,7 +164,7 @@ If you want to help us translate the documentation into other languages, please | |||
- [Example Jasmine Tests](https://github.com/materializecss/materialize/tree/master/tests/spec) | |||
- [Travis CI](https://travis-ci.org/materializecss/materialize) | |||
|
|||
Before you start, make sure you install grunt and all its dependencies. To verify you have all the correct dependencies you can run `grunt travis` and it will run the tests. If you get an errors and have not made any changes, it means you have not installed the proper dependencies. | |||
After `npm install`, you can run `npm test` and it will run the tests. If you get an errors and have not made any changes, it means you have not installed the proper dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an errors => any errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed.
Thanks, this is much better than before. |
@nekonenene you should have received an invitation for the materializecss org and to the members team of it. You can see and accept it at https://github.com/materializecss |
@DanielRuf |
Proposed changes
Developers don't need to install grunt-cli because we already installed into node_modules via
npm install
. Now, I replaced commands in docs usingnpm
instead ofgrunt
.Types of changes
Checklist: