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

From Libopedia
Jump to navigation Jump to search
Line 12: Line 12:
 
#Open a terminal and type: <tt>'''npm install -g grunt-cli'''</tt>
 
#Open a terminal and type: <tt>'''npm install -g grunt-cli'''</tt>
 
#Open a terminal and type: <tt>'''gem install sass -v 3.2.10'''</tt>
 
#Open a terminal and type: <tt>'''gem install sass -v 3.2.10'''</tt>
 +
#Open a terminal and type: <tt>'''gem install compass'''</tt>
  
 
===Development===
 
===Development===

Revision as of 04:14, 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. Install ruby version manager (rvm): http://rvm.io
  4. Open a terminal and type: nvm install 0.10.17
  5. Open a terminal and type: nvm alias default 0.10.17
  6. Open a terminal and type: npm install -g bower
  7. Open a terminal and type: npm install -g grunt
  8. Open a terminal and type: npm install -g grunt-cli
  9. Open a terminal and type: gem install sass -v 3.2.10
  10. Open a terminal and type: gem install compass

Development

Bootstrap Framework

References