Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 888 Bytes

readme.md

File metadata and controls

43 lines (24 loc) · 888 Bytes

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

middleman build --clean
middleman 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