sprinkles / middleman-haml-responsive

Middleman template for responsive website using Haml, Scss, CoffeeScript, Compass, Susy and Bower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleman template for responsive website.

Languages
Tools / Frameworks

Installation

Clone this repository into ~/.middleman (see Middleman Project Templates for further information).

git clone https://github.com/colderis/middleman-haml-responsive.git ~/.middleman/haml-responsive

Then initialize your middleman project using the haml-responsive template.

middleman init my_project_name --template=haml-responsive --skip-bundle

Go into your project folder and intall the required gems and dependencies (we skipped the bundle intall on initialization so we can install them in a specific gemset).

bundle install  
bower install

Finally you can remove the existing .git folder and make your own.

rm -rf .git  
git init

You're good to go !

middleman s

Don't forget to modify bower.json and to modify or remove LICENSE, README.md and the header comments of application.css.scss to suit your project.

Licenses

  • Middleman : MIT License, Copyright (c) 2010-2013 Thomas Reynolds
  • Haml : MIT License, Copyright (c) 2006-2009 Hampton Catlin and Nathan Weizenbaum
  • Sass : MIT License, Copyright (c) 2006-2013 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
  • CoffeeScript : MIT License, Copyright (c) 2009-2014 Jeremy Ashkenas
  • Compass : MIT License, Copyright (c) 2008-2009 Christopher M. Eppstein
  • Susy : Copyright (c) 2014, Eric Meyer All rights reserved.
  • Bower : MIT License, Copyright (c) 2014 Twitter and other contributors
  • Normalize.css : MIT License, Copyright (c) Nicolas Gallagher and Jonathan Neal
  • middleman-haml-responsive : MIT License, Copyright (c) 2014 Romain Guilloteau

About

Middleman template for responsive website using Haml, Scss, CoffeeScript, Compass, Susy and Bower.

License:MIT License