Difference between revisions of "SUNScholar/XMLUI Theme/M2"

From Libopedia
Jump to navigation Jump to search
Line 5: Line 5:
 
#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
 
#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 type: <tt>'''nvm install 0.10.17'''</tt>
 +
#Open a terminal and install "grunt-cli" globally with <tt>'''npm install -g grunt-cli'''</tt>
  
 
===Development===
 
===Development===

Revision as of 03:59, 28 August 2014

Back to XMLUI Theme

Procedure

  1. Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
  2. Install node version manager (nvm): https://github.com/creationix/nvm
  3. Open a terminal and type: nvm install 0.10.17
  4. Open a terminal and install "grunt-cli" globally with npm install -g grunt-cli

Development

Bootstrap Framework

References