uetchy / middleman_boilerplate

Boostrap for Middleman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

middleman_boilerplate

Installation

$ bundle install --path vendor/bundle --binstubs=.bundle/bin --without production:staging
$ bower install
$ middleman server

Deploy

$ middleman build
$ middleman deploy

Bootstrap with Sublime Text 3

Nettus+ Fetch configfile

{
  "files":
  {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery.easing": "http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js",
    "jquery.mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js"
  },
  "packages":
  {
    "html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
    "middleman_boilerplate": "https://github.com/oame/middleman_boilerplate/zipball/master"
  }
}

About

Boostrap for Middleman


Languages

Language:Ruby 72.0%Language:CSS 18.3%Language:HTML 8.6%Language:CoffeeScript 1.1%