rzschoch / www

The source for http://marionettejs.com

Home Page:http://marionettejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing the homepage for Marionette.js

Installation

This website is built using Middleman (http://middlemanapp.com), Sass and Compass. All the dependencies are automatically installed with the help of Bundler.

git clone the repository
cd cloned repository
bundle

Update the site

Make your changes to the site in the source/ folder.

middleman server

Preview your changes in browser by pointing to http://localhost:4567

Build and deploy a new version of the site

rake deploy

Populate a new version of Marionette.js builds

There is a little bash script that collects and compresses all the files and adds the new version number on the site.

./build-marionette 1.0.0-beta6

Now push the new version online with:

middleman build --clean
middleman deploy

About

The source for http://marionettejs.com

http://marionettejs.com


Languages

Language:JavaScript 96.9%Language:Ruby 1.6%Language:Shell 1.5%