DrummerHead / mcdlr-2016

MCDLR · Front–End Exploration

Home Page:http://mcdlr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCDLR 2016 Redesign

Install

Make sure you have Ruby 2.3.1 installed. You can install and switch to different versions or Ruby using something like chruby and ruby-install. This project has a .ruby-version dotfile that ensures the switch automatically.

gem install middleman
npm install -g gulp-cli
npm install

Run dev server

middleman serve

And visit http://localhost:9000/

Linting

JS

gulp js-lint

And for the gulpfile:

gulp gulpfile-lint

SCSS

gulp sass-lint

or the alias

gulp scss-lint

HTML

gulp html-lint

Build project

middleman build
gulp post-build

Static build now at /build

About

MCDLR · Front–End Exploration

http://mcdlr.com/


Languages

Language:JavaScript 29.1%Language:CSS 23.3%Language:HTML 21.3%Language:ApacheConf 14.1%Language:Ruby 12.1%