Difference between revisions of "SUNScholar/XMLUI Theme/M2"
Jump to navigation
Jump to search
m (→Procedure) |
m (→Procedure) |
||
| Line 2: | Line 2: | ||
'''[[SUNScholar/XMLUI_Theme|Back to XMLUI Theme]]''' | '''[[SUNScholar/XMLUI_Theme|Back to XMLUI Theme]]''' | ||
</center> | </center> | ||
| − | === | + | ===Requirements=== |
#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 | ||
Revision as of 04:15, 28 August 2014
Back to XMLUI Theme
Requirements
- 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 ruby version manager (rvm): http://rvm.io
- Open a terminal and type: nvm install 0.10.17
- Open a terminal and type: nvm alias default 0.10.17
- Open a terminal and type: npm install -g bower
- Open a terminal and type: npm install -g grunt
- Open a terminal and type: npm install -g grunt-cli
- Open a terminal and type: gem install sass -v 3.2.10
- Open a terminal and type: gem install compass