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 jquerypart 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 jqueryis when explicitly instructing to enter the jquery directory after cloning the jquery repo.The text was updated successfully, but these errors were encountered: