This build script uses Grunt (https://github.com/cowboy/grunt), a task-based command line build tool for JavaScript projects.
You'll need the following libraries. Project verified with the versions in parentheses.
- Node (0.8.1)
- NPM (1.1.35)
- Compass (0.12.2)
- Sass (3.1.20)
Download and install node by grabbing an installer from the project site: http://nodejs.org. NPM comes along with it.
Install notes for Compass are here: http://compass-style.org/install/
Install notes for Sass are here: http://sass-lang.com/download.html
Simple: "npm -g install grunt"
Each grunt project has a set of dependencies specified in package.json.
Install the grunt dependencies by running the following in the build directory:
npm install
Then build the project with a simple "grunt" in the grunt directory