Difference between revisions of "SUNScholar/XMLUI Theme/M2"
Jump to navigation
Jump to search
m (→Procedure) |
m (→Procedure) |
||
| Line 4: | Line 4: | ||
===Procedure=== | ===Procedure=== | ||
#Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | #Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | ||
| + | #Install node version manager (nvm): https://github.com/creationix/nvm | ||
#Open a terminal and install "grunt-cli" globally with <tt>'''npm install -g grunt-cli'''</tt>. | #Open a terminal and install "grunt-cli" globally with <tt>'''npm install -g grunt-cli'''</tt>. | ||
Revision as of 03:56, 28 August 2014
Back to XMLUI Theme
Procedure
- Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
- Install node version manager (nvm): https://github.com/creationix/nvm
- Open a terminal and install "grunt-cli" globally with npm install -g grunt-cli.