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
In line 169 of README.md, the following command is suggested to start 'grunt watch'
cd jquery && grunt watch
The cd jquery part seems to be redundant, considering that the previous command in the instructions is npm install.
Also, the only other part of README.md that uses cd jquery is when explicitly instructing to enter the jquery directory after cloning the jquery repo.
The text was updated successfully, but these errors were encountered:
In line 169 of README.md, the following command is suggested to start 'grunt watch'
The
cd jquery
part seems to be redundant, considering that the previous command in the instructions isnpm install
.Also, the only other part of README.md that uses
cd jquery
is when explicitly instructing to enter the jquery directory after cloning the jquery repo.The text was updated successfully, but these errors were encountered: