jeff1evesque / grunt

Automates Sass, Uglify, Imagemin, Modernizr
1 stars 0 forks source link

Documentation: Correct grunt path #98

Closed jeff1evesque closed 10 years ago

jeff1evesque commented 10 years ago

We need to change the following in the Installation, and GIT Submodules subsection:

cd /var/grunt/node_modules/[SUBMODULE]

to the following:

cd /var/[CLONE-DESTINATION]/grunt/node_modules/[SUBMODULE]

And, within the GIT subsection change [PROJECT-DESTINATION] to [CLONE-DESTINATION]

jeff1evesque commented 10 years ago

We need to change the following from the GIT Submodule subsection:

cd /var/[CLONE-DESTINATION]/grunt/node_modules/grunt

to the following:

cd /var/[CLONE-DESTINATION]/grunt/node_modules/[SUBMODULE]