Enjoy CSS Presenter!
Hosted version: http://achicu.github.com/css-presentation
CSS Presenter uses Grunt.js to concatenate and minify JavaScript & CSS resources. Grunt.js is build on nodejs, so if you don't have it already installed, go to node.js website and follow the instructions to install it. After that use the command line node package manager to install grunt.js:
$ sudo npm install -g grunt
The grunt.js project file uses other node.js modules. To quicly install all the required libraries run "npm install" in the project folder.
cd ./path/to/css/presenter/ $ npm install
You also need to make sure you have Ruby & Sass installed. If you're on OS X or Linux you probably already have them installed. Try ruby -v
in your terminal. When you've confirmed you have Ruby installed, run sudo gem install sass
to get Sass.
To build CSS Presenter, you need to run the "grunt" command line tool in the project folder. This will generate the "dist/" folder.
cd ./path/to/css/presenter/ $ grunt
Open /path/to/css/presenter/dist/index.html in your browswer.
Notices, terms and conditions pertaining to third party software are located at http://www.adobe.com/go/thirdparty/ and incorporated by reference herein.
Copyright 2012 jQuery Foundation and other contributors http://jquery.com/