Closed nastiatikk closed 9 years ago
@nastiatikk they're for one-time installation like installing node.
As denoted by the -g
parameter (global)
@ry5n @jeffkamo Any suggestions on this updated Contribution section?
It seems like ultimately all that was wanted was a simple "How to Preview Locally" instructions.
So I don't think it's necessary to rename the headings or add the "Building Variations" section.
Listing the grunt tasks might help, or simply having a bit of "use grunt serve
to preview the site at localhost:3000
" mentioned after the build steps would probably suffice.
@ry5n @jeffkamo @kpeatt @avelinet @cole-sanderson @mlworks I've updated Pinny's 'How to' instructions based on all the comments above. Please review.
Would love to hear an engi's thoughts on these changes. @ericmuyser @vmarta @tedtate
Made some quick changes to terminology. LGTM!
:+1:
I am not sure about these two steps: npm install -g grunt-cli to install Grunt npm install -g bower to install Bower
Should they be run on the first project run or it's a one-time installation like node.js?